Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 2 revisions

Keyword TABLE

Syntax:

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

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

Clone this wiki locally