Quick
Ref.
Functions
- date
- number
- string
Data Types
- date
- number
- string
|
CREATE INDEX
The table games shows the year and the city hosting
the Olympic Games.
|
games
| yr | city |
| 2000 | Sydney |
| 2004 | Athens |
| 2008 | Beijing |
| 2012 | London |
|
When you create an index you make it faster to find a particular
row. You can also make the JOIN operator faster.
|
Results
|
See also: | |