write SQL queries to perform the following tasks:
(Simple sorting) Based on the plumbing supply store database from Chapter 7, write SQL queries to perform the following tasks: A Show the name, unit price, units in stock, and units on order for each product, sorted alphabetically by product name. B Show the same information as in part (a), but sorted from the largest number … Read more