Computer Science, asked by farhanfaiz1243, 7 months ago

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​

Answers

Answered by s1269sneha612
5

Answer:

The answer is option'b' I am sure...

please mark me in brainlist...

Answered by unicorn276
1

Answer:

B)

Explanation:

B) is the correct answer

select username, password from users

Similar questions