Compare commits

...

2 commits

작성자 SHA1 메시지 날짜
nbillard
2af8c52618 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2 2022-12-07 09:08:26 +01:00
nbillard
aeaaea1731 file to drop all tables 2022-12-07 09:01:04 +01:00

17
dropall.sql Normal file
파일 보기

@ -0,0 +1,17 @@
DROP TABLE Personnel;
DROP TABLE Doctorant;
DROP TABLE Scientifique;
DROP TABLE Enseignant_Chercheur;
DROP TABLE Evenement;
DROP TABLE Congres;
DROP TABLE Labo_externe;
DROP TABLE Journee_Porte_Ouvertes;
DROP TABLE Auteur_Externe ;
DROP TABLE Publication ;
DROP TABLE Participe;
DROP TABLE Preside;
DROP TABLE Publie_Scientifique;
DROP TABLE Publie_Doctorant;
DROP TABLE Publie_Externe;
DROP TABLE Participe_Externe;
DROP TABLE Organise ;