insert table sql
INSERT INTO students (name, fav_pizza_topping, num_cats) VALUES ('Rob', 'sausage', '9'), ('Kat', 'basil', '0'), ('Alisa', 'mushroom', '2'), ('Tony', 'bacon', '1'), ('Vincent', 'meatball', '0'), ('Ana', 'fresh tomato', '0');