SELECT cLastName, cFirstName, cPhone
  FROM customers
  WHERE cZipCode = '90840';