Skip to content

Primary Key

Andrey Gershun edited this page May 28, 2015 · 2 revisions

PRIMARY KEY

Syntax:

    CREATE TABLE tableid (
        columnid type PRIMARY KEY
    );

See also: [FOREIGN KEY](Foreign Key)

Clone this wiki locally