Databases•SQL
SQL Select
Course Index: SQL TutorialClick to expand
The `SELECT` statement is used to select data from a database.
The data returned is stored in a result table, called the result-set.
SQL Editor
Output:
Your Database
Initializing database...
Click a table name to quickly generate a SELECT query.
### Select Specific Columns
If you don't want all the data, you can specify exact column names instead of using the `*` wildcard.
SQL Editor
Output:
Your Database
Initializing database...
Click a table name to quickly generate a SELECT query.