Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. INSERT INTO cats(name, breed, age)
  2. VALUES ('Ringo', 'Tabby', 4),
  3. ('Cindy', 'Maine Coon', 10),
  4. ('Dumbledore', 'Maine Coon', 11),
  5. ('Egg', 'Persian', 4),
  6. ('Misty', 'Tabby', 13),
  7. ('George Michael', 'Ragdoll', 9),
  8. ('Jackson', 'Sphynx', 7);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement