SQL igual al operador (=)

SELECT *
FROM Customers
WHERE first_name = 'John';
SAMER SAEID