42) Write a query to display the branch id and the maximum weight of the courier sent in a branch before the month of 'May'. Give an alias name as 'MAX_WEIGHT' for the maximum weight of the courier. Sort the records based on the branch id in ascending order. (Hint: Use Extract(). Data is case sensitive)
Comments
Post a Comment