Need this in a couple hours! Please help!
STEP 1:
Using the BOOKS table, write a query that will list the categories for the books in inventory. List each category only once in your result set.
STEP 2:
Using the BOOKS table, write a query that will list the title and publisher ID for each book in the table. Use the column heading of “Publisher ID” for the pubid field.
STEP 3:
Using the BOOKS table, write a query that will list the book title, retail price, and the…
