unnested
Learn
Practice
Pro
Sign in
SELECT Basics
4 / 16
Easy
Multiple choice
What SELECT * returns
Which statement about SELECT * is correct?
Returns all columns in the order they are defined in the table
Returns all columns sorted alphabetically by column name
Returns only non-NULL columns for each row
Returns all columns plus an auto-generated row number column
← → arrow keys to navigate
Sign in
to save your progress.