...

/

Quiz: Pick the Columns You Want

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:

    ...