SQL równy operatora (=)

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