The following SQL statement selects all the records in the "Customers" table:

SELECT * FROM Customers;



Practice Excercise Practice now