The following SQL statement selects all the columns from the "Customers" table:

Example

SELECT * FROM Customers;



Practice Excercise Practice now