40) Write a query to display the to address and total cost of the couriers whose total cost exceeds 1000 dollars. Give an alias name as 'TOTAL_COST' . Sort the results based on the to address in descending order.

 


Comments