SQL: Select Commands

Learn how to use select commands to extract data from SQL.

The most exciting SQL command is SELECT. It queries the data we saved. As with other commands, this lesson covers only the most common usages of the SELECT command. There’s much more in the documentation for relational database management systems.

Query everything

Here’s the query for all the data in the table:

Get hands-on with 1200+ tech skills courses.