You have been asked to create a query that will join the Production.Products table with the Production.Categories table. From th
e Products table show the product name and unit price. From the Categories table show the category name and description. For the query sort by two columns: first by category name in ascending order and then by unit price in descending order. Provide the full SQL statement for the answer.