41) Write a query to display the list of student ids and average marks in 2 decimal places if their average mark is greater than 80. Give an alias to the average mark as AVG_MARK. Sort the result based on the average mark in ascending order. Get link Facebook X Pinterest Email Other Apps March 27, 2024 Get link Facebook X Pinterest Email Other Apps Comments
45) Write a query to display the courier details such as courier id, from address, to address and the status of the couriers delivered in the month of 'January'. Sort the records based on to address in ascending order. March 27, 2024 Read more
52) Write a query to display the courier id, contact number of the from branch with the alias name 'CONTACT_FROM_BRANCH' and contact number of the delivered branch with the alias name 'CONTACT_TO_BRANCH'. Sort the records based on the courier id in descending order. March 27, 2024 Read more
33) Write a query to display the courier id, from address, to address, and name of booking month of all couriers whose weight is in the range of 11 to 15 kg. Display the month name in upper case. Give an alias name to the booking month as 'BOOKING_MONTH'. Sort the results based on the courier id in descending order. March 27, 2024 Read more
Comments
Post a Comment