The following SQL statement selects the first three records from the "Customers" table:
SELECT * FROM Customers
LIMIT 3;
LIMIT 3;
Practice Excercise Practice now
The following SQL statement selects the first three records from the "Customers" table:
Practice Excercise Practice now