27) Write a query that displays the name, address, email address, and contact number of all customers whose names begin with 'P' or 'S' and have a 'gmail' account. Sort the results based on the customer name in descending 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
Comments
Post a Comment