AZER
This commit is contained in:
parent
09005adb76
commit
0cd8810492
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
CREATE TABLE Personnel
|
||||
();
|
||||
(
|
||||
idPersonnel int CONSTRAINT UnePersonne PRIMARY KEY,
|
||||
nom char,
|
||||
prenom char,
|
||||
date_de_naissance date,
|
||||
adress char,
|
||||
date_de_recrutement date,
|
||||
);
|
||||
|
||||
|
||||
CREATE TABLE Organise (
|
||||
|
|
Loading…
Reference in a new issue