write SQL queries to perform the following tasks
(Sorting information extracted from multiple tables) Based on the plumbing supply store database from Chapter 7, write SQL queries to perform the following tasks: A Show the name of each product and the total amount of revenue it has generated (labeled Revenue). The output should be sorted by revenue, with the highest‐revenue products first; products that … Read more