Write a query to display customer id, customer name, and password of customers whose name starts with 'A'. The password contains the first 3 characters from the name and the first 3 digits from the phone number. Give alias name for password as PASSWORD. Sort the records based on id in descending order.
( Hint: Retrieve data from Customers tables )
Result Description
Comments
Post a Comment