Dan operator (dan)

SELECT *
FROM Customers
WHERE last_name = 'Doe' AND country = 'USA';
SAMER SAEID