Which of the following SQL statements will select the fields name and address from the contacts table?
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;
Answer: C
Latest 102-500 Practice Questions with 194 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments