36) The courier management system has decided to collect feedback after 2 days for the couriers that are 'Delivered'. Write a query to display the courier id, delivered branch id and feedback date of all the couriers that are 'Delivered'. Give an alias name to feedback date as 'FEEDBACK_DATE'. Sort the records based on the FEEDBACK_DATE in descending order. (Note: Data is case-sensitive.)


 

Comments