Home Modern Forums ORACLE Which of the SQL statements is correct?

(a) SELECT Username AND Password FROM Users

(b) SELECT Username, Password FROM Users

(c) SELECT Username, Password WHERE Username = ‘user1’

(d) None of the Mentioned

This question was posed to me during an online interview.

This key question is from Structured Query Language in section SQL Basics of Oracle
Reply To: Which of the SQL statements is correct?

(a) SELECT Username AND Password FROM Users

(b) SELECT Username, Password FROM Users

(c) SELECT Username, Password WHERE Username = ‘user1’

(d) None of the Mentioned

This question was posed to me during an online interview.

This key question is from Structured Query Language in section SQL Basics of Oracle

Up
0
Down
::

nan