Difference between revisions of "Database Table: underage"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'underage =Definition= <source lang="sql"> CREATE TABLE underage ( uniq CHAR(15) NOT NULL, timeof INT(10) NOT NULL, PRIMARY KE...')
(No difference)

Revision as of 18:12, 22 March 2009

Definition

CREATE TABLE underage (
    uniq        CHAR(15) NOT NULL,
    timeof      INT(10) NOT NULL,
    PRIMARY KEY (uniq),
    KEY         (timeof)
)

Relationships

Location

Global database