Vous êtes sur la page 1sur 10

Page d'exportation PDF

Table des matières

1 conges Page n° : 2
2 departments Page n° : 3
3 diplomes Page n° : 4
4 employee Page n° : 5
5 jobs Page n° : 6
6 locations Page n° : 7
7 typeconges Page n° : 8
8 typediplome Page n° : 9
9 Schéma relationnel Page n° : 10

Page n° : 1/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

1 conges

Création : sam. 23 déc. 2023 à 22:32

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

cd_conge int(11) Non auto_increment


type_conge varchar(20) Oui NULL
emp_id int(11) Oui NULL
datedebut date Oui NULL
datefin date Oui NULL

Page n° : 2/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

2 departments

Création : mer. 20 déc. 2023 à 13:35

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

dept_id int(11) Non auto_increment


location_id int(11) Oui NULL -> locations.location_id
ON UPDATE RESTRICT
ON DELETE CASCADE
dept_name varchar(40) Oui NULL

Page n° : 3/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

3 diplomes

Création : mer. 20 déc. 2023 à 13:35

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

cd_diplome int(11) Non


cd_type_diplom varchar(25) Oui NULL ->
e typediplome.cd_type_diplome
ON UPDATE RESTRICT
ON DELETE CASCADE
emp_id int(11) Oui NULL -> employee.emp_id
ON UPDATE RESTRICT
ON DELETE RESTRICT
specialité varchar(30) Oui NULL
date_diplome date Oui NULL

Page n° : 4/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

4 employee

Création : mer. 20 déc. 2023 à 13:35

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

emp_id int(11) Non auto_increment


job_id varchar(20) Oui NULL -> jobs.job_id
ON UPDATE RESTRICT
ON DELETE CASCADE
dept_id int(11) Oui NULL -> departments.dept_id
ON UPDATE RESTRICT
ON DELETE CASCADE
prenom varchar(25) Oui NULL
nom varchar(25) Oui NULL
sexe varchar(10) Oui NULL
email varchar(25) Oui NULL
phone_num varchar(25) Oui NULL
hire_date date Oui NULL
salaire float Oui NULL
manager_id int(11) Oui NULL
cd_rib int(11) Oui NULL
cd_cnss int(11) Oui NULL

Page n° : 5/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

5 jobs

Création : mer. 20 déc. 2023 à 13:35

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

job_id varchar(25) Non


job_title varchar(40) Oui NULL

Page n° : 6/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

6 locations

Création : mer. 20 déc. 2023 à 13:35

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

location_id int(11) Non


cd_postale int(11) Oui NULL
cd_ville varchar(40) Oui NULL
cd_pays varchar(25) Oui NULL

Page n° : 7/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

7 typeconges

Création : sam. 23 déc. 2023 à 22:34

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

type_conge varchar(20) Non


solde_conge int(11) Non

Page n° : 8/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

8 typediplome

Création : mer. 20 déc. 2023 à 13:35

Colonne Type Attributs Null


Valeur par défaut Extra Est relié à Commentaires MIME

cd_type_diplom varchar(25) Non


e
nm_type_diplo varchar(30) Oui NULL
me

Page n° : 9/10 Dim 24 déc. 2023 à 19:30


Page d'exportation PDF

departments
dept_id
conges
typeconges location_id
cd_conge
type_conge dept_name
type_conge diplomes
solde_conge
emp_id cd_diplome
datedebut cd_type_diplome
datefin emp_id
specialité
date_diplome

locations
location_id
cd_postale
cd_ville
cd_pays

employee
emp_id
job_id
dept_id
prenom
nom
sexe
email
phone_num
hire_date
typediplome salaire
cd_type_diplome manager_id
nm_type_diplome jobs cd_rib
job_id cd_cnss
job_title

Page n° : 10/10 Dim 24 déc. 2023 à 19:30


Powered by TCPDF (www.tcpdf.org)

Vous aimerez peut-être aussi