If SELECT name selects the name column from the users table, what might this query do?
SELECT name
name
users
email
It selects values from both the name and email columns.