Company: BNY round 2_21march
Difficulty: medium
Question 1 How to Attempt? Write an SQL query to display: The records of every customer whose first name and last name both lack the letter 'A'. Sort the results alphabetically by first_name. Your output should contain 6 columns in the order indicated below. customer_address_id customer_id first_name last_name address phone email You can view the database schema by clicking the View Schema tab at the bottom of the query window on the right-hand side of the screen.