Problem Statement
Question 1 How to Attempt? Write an SQL query to display: The details of the customers whose first name and last name do not contain the letter 'A'. Display the results in alphabetical order of their 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.