Quick
Ref.
Functions
- date
- number
- string
Data Types
- date
- number
- string
|
SELECT
The table games shows the year and the city hosting
the Olympic Games.
|
games
| yr | city |
| 2000 | Sydney |
| 2004 | Athens |
| 2008 | Beijing |
| 2012 | London |
|
The SELECT statement returns results from a table.
In this example the table is games and the columns are
yr and city.
|
Results
|
See also: | |