CREATE TABLE nom_table(nom_champ1 type_champ1, nom_champ2 type_champ2, …); -- Création DROP TABLE nom_table; -- Destruction