SELECT

SQL SELECT Keyword

The SELECT command is used to retrieve data from a database. The returned data is stored in a result table, called the result set.

Tutorials dojo strip

SQL SELECT Syntax

SQL

SQL SELECT Specific Columns Example

This query selects the first_name and last_name columns from the Patients table.

SQL

SQL SELECT All Columns Example

This query selects all columns from the Patients table.

SQL

SQL SELECT Labs

Tutorials dojo strip