Multiple Choice
What result set is returned from the following query? Select Customer_Name, telephone
From customers
Where city in ('Boston','New York','Denver') ;
A) The Customer_Name and telephone of all customers
B) The Customer_Name and telephone of all customers living in either Boston, New York or Denver
C) The Customer_Name and telephone of all customers living in Boston and New York and Denver
D) The Customer_Name of all customers living in Boston, New York or Denver
Correct Answer:

Verified
Correct Answer:
Verified
Q38: INSERT INTO is an example of _
Q54: What were the original purposes of SQL,
Q64: _ is a set of commands used
Q82: _ is a set of commands used
Q84: SQL is both an American and international
Q89: The following query totals sales in state=
Q90: To eliminate duplicate rows in a query,
Q92: What does the following SQL statement do?
Q94: What does the following SQL statement do?
Q95: Which of the following is a purpose