Compare commits

..

3 commits

Author SHA1 Message Date
Olougouna Axel
3a60500222 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
gaaabandonne la validation.
2022-11-30 16:31:48 +01:00
Olougouna Axel
0300b8a2f8 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
let's go
2022-11-30 16:29:12 +01:00
Olougouna Axel
0cd8810492 AZER 2022-11-30 16:27:25 +01:00

View file

@ -1,5 +1,12 @@
CREATE TABLE Personnel CREATE TABLE Personnel
(); (
idPersonnel int CONSTRAINT UnePersonne PRIMARY KEY,
nom char,
prenom char,
date_de_naissance date,
adress char,
date_de_recrutement date,
);
CREATE Publie_Doctorant( CREATE Publie_Doctorant(
idPublication INT NOT NULL, idPublication INT NOT NULL,