Multiple Choice
Given the table
CUSTOMER(CustID,Name,PhoneNum,AcctBalance)
What is the standard SQL query phrase to retrieve the Name and Phone Number of customers?
A) SELECT CUSTOMER-Name AND CUSTOMER-PhoneNum
B) SELECT (CUSTOMER-Name AND CUSTOMER-PhoneNum)
C) SELECT Name, PhoneNum
D) SELECT (Name, PhoneNum)
E) SELECT *
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Conditions after the WHERE keyword require single
Q6: Standard SQL does not allow built-in functions
Q7: Existing tables in a database can be
Q8: Which of the following is the correct
Q9: One way to specify all of the
Q10: In SQL,to refer to a range of
Q11: The ON DELETE CASCADE referential integrity constraint
Q29: Given the table CUSTOMER(CustID,Name,PhoneNumber,AccountBalance),write the standard SQL
Q29: Microsoft Access SQL commands are run in:<br>A)the
Q114: SQL stands for _.