Quick
Ref.
Functions
- date
- number
- string
Data Types
- date
- number
- string
|
ALTER TABLE
The table games shows the year and the city hosting
the Olympic Games.
|
games
| yr | city |
| 2004 | Athens |
| 2006 | Turin |
|
The ALTER statement can be used to add a column.
In this example the column season indicates if the games are winter or summer
games.
|
Results
|
See also: | |