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

DELETE

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 DELETE statement can be used to remove rows from a table.
In this example we remove the 2000 games from the table:

Results
See also: