25.12.2012 Views

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

Cours SGBD LAI2 - Institut supérieur d'informatique de Mahdia

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CREATE TABLE nom_<strong>de</strong>_table(<br />

attribut_1 type_1 [PRIMARY KEY],<br />

…<br />

attribut_n type_n<br />

//contrainte clé primaire<br />

[CONSTRAINT nom_const PRIMARY KEY(liste_attributs)],<br />

//contrainte clé étrangère<br />

[CONSTRAINT nom_const FOREIGN KEY(liste_attributs)<br />

REFERENCES nom_table(liste_attributs)],<br />

//contrainte d’intégrité<br />

[CONSTRAINT nom_const CHECK(condition)]<br />

);<br />

Création d’une table<br />

Riadh HADJ M’TIR – 2011/2012 74

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!