57) Write a query to find the name of the student(s) who has scored the maximum mark in 'Software Engineering'. Sort the results based on the student name in ascending order. (Hint: Use Correlated Subquery or Inline view.) 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
Comments
Post a Comment