INSERT INTO petType (petType, typeDescription) VALUES ("Cat", "Beautiful and dignified. Independent. Range in size from large lions to small cats. Carnivorous.") ; INSERT INTO petType (petType, typeDescription) VALUES ("Dog", "Strong, Courageous. Extremely intelligent. Can be trained for very useful work, such as watch dog or seeing-eye dog. Or bringing in the newspaper. Includes wild species, such as coyotes and wolves.") ; INSERT INTO petType (petType, typeDescription) VALUES ("Dragon", "Magnificent, large reptiles. Dragons fly tirelessly and many are large enough to ride. Very goog watch animals.") ; INSERT INTO petType (petType, typeDescription) VALUES ("Fish", "Many colorful varieties. Relaxing and mesmerizing to watch. Size varies from great white sharkes to guppies.") ; INSERT INTO petType (petType, typeDescription) VALUES ("Horse", "Beautiful four legged animals that you can ride. Includes magical varities such as Unicorn and Pegasus.") ; INSERT INTO petType (petType, typeDescription) VALUES ("Lizard", "Small reptiles. Fascinating to watch. Requires warm environment. Eat vegatables and bugs.") ;