List of questions
Related questions
Question 21 - 102-500 discussion
Which of the following SQL statements will select the fields name and address from the contacts table?
A.
SELECT (name, address) FROM contacts;
B.
SELECT (name address) FROM contacts;
C.
SELECT name, address FROM contacts;
D.
SELECT name address FROM contacts;
Your answer:
0 comments
Sorted by
Leave a comment first