Using the Staywell Database, write a SQL query to show the c…

Using the Staywell Database, write a SQL query to show the category number and total estimated hours for each service category number. Add an alias called Tot_Est_Hours. Sort the results in descending order by total estimated hours. SELECT [Fields] FROM [Table] [Group_by] [Order_By];