The following SQL statement selects all the customers from "Mexico":
SELECT * FROM Customers
WHERE Country = 'Mexico';
WHERE Country = 'Mexico';
Practice Excercise Practice now
The following SQL statement selects all the customers from "Mexico":
Practice Excercise Practice now