Kizspy Question: 70
(Choose 1 answer)
Use the following table named "user_table" to answer the problems.
userld
username
1
2
admin
h4xor
email
[email protected]
[email protected]
How would you go about querying the entire username column (however many)?
A. SELECT user_table FROM username
B. SELECT username FROM user_table
C. SELECT username FROM user_table WHERE userid=1
D. SELECT username FROM userld WHERE*