Given this table (users):
How many columns appear in the result of SELECT * FROM users WHERE id = 1?
SELECT * FROM users WHERE id = 1;
← → arrow keys to navigate
Sign in to save your progress.