The SQL SELECT Statement

The SELECT statement is used to select data from a database.
The result is stored in a result table, called the result-set.

SQL SELECT Syntax
Note: SQL is not case sensitive. SELECT is the same as select.
Tags:

0 comments