CREATE OR REPLACE VIEW us_customers AS SELECT * FROM Customers WHERE Country = 'USA';
SELECT * FROM view_name;