SELECT * FROM Product WHERE Price < 100 AND Description <> 'Toaster'
SELECT Name, City FROM Customer WHERE State = 'CA'