Quiz: Pick the Columns You Want
Learn how to use SELECT in SQL to choose specific columns and customize column order.
We'll cover the following
In the last lesson, you learned how to use SELECT
to retrieve specific columns from a table instead of using *
to select all columns. You also saw how to:
Select one or more columns
Control the order of the columns in your results
Write cleaner, more focused queries
Let’s test your understanding with a quick quiz!
Get hands-on with 1400+ tech skills courses.