SQL SELECT WHERE CLAUSE
SELECT *
FROM Customers
WHERE last_name = 'Doe';
SAMER SAEID
SELECT *
FROM Customers
WHERE last_name = 'Doe';