Skip to content
Andrey Gershun edited this page May 27, 2015 · 2 revisions

TABLE

Syntax:

    CREATE TABLE tableid [(column definitions)];
    DROP TABLE tableid;

See also: [CREATE TABLE](Create Table), [DROP TABLE](Drop Table)

Clone this wiki locally