What is the SQL SELECT Statement?
The SQL SELECT statement is the SQL command that retrieves data from an SQL database. This operation is also known as a query and is the key to the use of SQL for analysis and reporting. This tutorial section shows the basic SQL SELECT statement so see the SQL Advanced tutorial section for more in depth knowledge.