Q:

Which of the SQL statements is correct?

belongs to collection: DBMS - SQL MCQ

0

Which of the SQL statements is correct?


  1. SELECT Username AND Password FROM Users
  2. SELECT Username, Password FROM Users
  3. SELECT Username, Password WHERE Username = \'user1\'
  4. None of these

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).SELECT Username, Password FROM Users

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
The FROM SQL clause is used to... >>
<< What operator tests column for the absence of data...