nerdexam
LPI

102-350 · Question #17

102-350 Question #17: Real Exam Question with Answer & Explanation

The correct answer is C. SELECT name, address FROM contacts;. See the full explanation below for the reasoning.

Question

Which of the following SQL statements will select the fields name and address from the contacts table?

Options

  • ASELECT (name, address) FROM contacts;
  • BSELECT (name address) FROM contacts;
  • CSELECT name, address FROM contacts;
  • DSELECT name address FROM contacts;

Community Discussion

No community discussion yet for this question.

Full 102-350 Practice