If SELECT name selects the name column from the users table, what might this query do?

It selects values from both the name and email columnsIt only selects values from the email column

It selects values from both the name and email columns.