Quick Ref.
Functions
date
number
string
Data Types
date
number
string

CREATE TABLE

The table games shows the year and the city hosting the Olympic Games.
games
yr city
2004 Athens
2008 Beijing
The CREATE statement builds an empty table to hold rows.
In this example the column yr is the PRIMARY KEY:

Results
See also: