Multiple Choice
You need to write an SQL query to retrieve CustomerFirstName, CustomerLastName, and CustomerEmailAddress from the Customer table for all customers who list "OK" as their state (field name for state is CustomerState) . Which SQL statement will yield the results that you need?
A) SELECT CustomerFirstName, CustomerLastName, CustomerEmailAddress FROM Customer
WHEN CustomerState IS 'OK'
B) SELECT CustomerFirstName, CustomerLastName, CustomerEmailAddress FROM Customer
WHEN CustomerState = 'OK'
C) SELECT CustomerFirstName, CustomerLastName, CustomerEmailAddress FROM Customer
WHERE CustomerState = 'OK'
D) SELECT CustomerFirstName, CustomerLastName, CustomerEmailAddress FROM Customer
WHERE CustomerState IS 'OK'
Correct Answer:

Verified
Correct Answer:
Verified
Q24: A focus of the Agile software development
Q25: Davidson Equipment Company is working through the
Q26: A simple event database that tracks acts
Q27: Antonio, a product owner for the company's
Q28: The diagram shown is a visual representation
Q30: What is the term associated with a
Q31: Attributes of an object in an object-oriented
Q32: Entity integrity requires that the<br>A) foreign key
Q33: How do database designers identify the connections
Q34: When a primary key is inserted into