Quick
Ref.
Functions
- date
- number
- string
Data Types
- date
- number
- string
|
The Derived Table
The games table shows the city that hosts the Olympic games for each year.
|
games
| yr | city |
| 2000 | Sydney |
| 2004 | Athens |
| 2008 | Beijing |
| 2012 | London |
|
You may use a SELECT statement in the FROM line.
In this example the table is beast and the columns are
id and legs.
|
Results
|
See also: | |