29)Write a query to display the customer's name in uppercase and address in lowercase, whose address has a character count of 6. Give an alias name to the customer's name as 'NAME' and customer address as 'ADDRESS'. Sort the results based on the customer's name in ascending order.
Comments
Post a Comment