Correct
The correct WHERE clause syntax is WHERE customer_id = 1057. WHERE is used to extract only those records that meet a specified criteria. customer_id = 1057 tells the database to return only information about the customer whose ID is 1057.
Correct
The correct WHERE clause syntax is WHERE customer_id = 1057. WHERE is used to extract only those records that meet a specified criteria. customer_id = 1057 tells the database to return only information about the customer whose ID is 1057.