SQL égal à l'opérateur (=)
SELECT *
FROM Customers
WHERE first_name = 'John';
SAMER SAEID
SELECT *
FROM Customers
WHERE first_name = 'John';