Suppose you are working with a pet supply store’s database t…
Suppose you are working with a pet supply store’s database that contains an Items table with the following columns: Item#, ItemName, PetCategory, Price, and Vendor. Which SQL query would you write to retrieve a list of items in the cat pet category that cost $20 or less?