SELECT c.name 
FROM Customer c
WHERE c.state = 'CA' OR 'NV'