SQL: Select Commands
Learn how to use select commands to extract data from SQL.
We'll cover the following...
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:
Access this course and 1400+ top-rated courses and projects.