

MCQOPTIONS
Saved Bookmarks
1. |
_ 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 these |
Answer» C. SELECT Username, Password WHERE Username = 'user1' | |