39) Write a query to display the from address and average weight of the couriers whose average weight is greater than 5 kg. Give an alias name as 'AVERAGE_WEIGHT'. Sort the results based on the from_address in descending order.

 




Comments