37) Write a query to display the maximum weight and minimum weight of the courier that received in 'Washington'. Give an alias name to the maximum cost as 'MAX_WEIGHT' and the minimum cost as 'MIN_WEIGHT'. (Note: Data is case-sensitive.)


 

Comments