Weiter Zurück [Inhalt] Online Suche im Handbuch

58.4 Tabelle 1b

CREATE TABLE comments (
   uid SMALLINT NOT NULL,
   contact_date DATETIME NOT NULL,
   contact_comment CHAR(60),
   KEY(uid),
   KEY(contact_date),
   KEY(contact_comment)
)

Weiter Zurück [Inhalt] Online Suche im Handbuch