Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nu Huyen Trang Pham
Projet NF17 td5 grps4
Commits
93180293
Commit
93180293
authored
Apr 07, 2019
by
Nu Huyen Trang Pham
Browse files
Update insert_valeurs.sql
parent
06059fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
insert_valeurs.sql
View file @
93180293
insert
into
Client
values
(
1
,
'Nguyen'
,
'Triet'
,
'1998-06-12'
,
'15 Rue Winston Churchill'
,
'0698593783'
),
(
2
,
'Nguyen'
,
'Dung'
,
'1998-01-04'
,
'1 Rue de Paris'
,
'0697142635'
),
(
3
,
'Colin'
,
'Lafond'
,
'1998-01-01'
,
'Compiegne'
,
'0123456789'
),
(
4
,
'Bennis'
,
'Saad'
,
'1998-02-02'
,
'France'
,
'0123456779'
),
(
5
,
'Nguyen'
,
'Bo'
,
'1998-08-12'
,
'Delaidde'
,
'0987654321'
);
(
1
,
'Nguyen'
,
'Triet'
,
'1998-06-12'
,
'15 Rue Winston Churchill'
,
'0698593783'
),
(
2
,
'Nguyen'
,
'Dung'
,
'1998-01-04'
,
'1 Rue de Paris'
,
'0697142635'
),
(
3
,
'Colin'
,
'Lafond'
,
'1998-01-01'
,
'Compiegne'
,
'0123456789'
),
(
4
,
'Bennis'
,
'Saad'
,
'1998-02-02'
,
'France'
,
'0123456779'
),
(
5
,
'Nguyen'
,
'Bo'
,
'1998-08-12'
,
'Delaidde'
,
'0987654321'
);
insert
into
Classe_animal
values
(
'Mammifiere'
),
(
'Oiseaux'
),
(
'Reptiles'
),
(
'Autres'
);
insert
into
Veterinaire
values
(
1
,
'Alex'
,
'Sandro'
,
'1970-08-14'
,
'12 Rue Saint Saens'
,
'0789124536'
,
1
),
(
2
,
'Mohamed'
,
'Salah'
,
'1983-07-09'
,
'1 Rue Victoria'
,
'0304512368'
,
2
),
(
3
,
'Triet'
,
'Tran'
,
'1989-09-08'
,
'13 Rue Winston Churchill'
,
'0998989898'
,
1
),
(
4
,
'Nguyen'
,
'Po'
,
'1997-12-12'
,
'Vietnam'
,
'0798899889'
,
3
),
(
5
,
'Pham'
,
'Trang'
,
'1978-02-01'
,
'France'
,
'0890090909'
,
4
);
(
1
,
'Alex'
,
'Sandro'
,
'1970-08-14'
,
'12 Rue Saint Saens'
,
'0789124536'
,
'Mammifiere'
),
(
2
,
'Mohamed'
,
'Salah'
,
'1983-07-09'
,
'1 Rue Victoria'
,
'0304512368'
,
'Oiseaux'
),
(
3
,
'Triet'
,
'Tran'
,
'1989-09-08'
,
'13 Rue Winston Churchill'
,
'0998989898'
,
'Reptiles'
),
(
4
,
'Nguyen'
,
'Po'
,
'1997-12-12'
,
'Vietnam'
,
'0798899889'
,
'Mammifiere'
),
(
5
,
'Pham'
,
'Trang'
,
'1978-02-01'
,
'France'
,
'0890090909'
,
'Autres'
);
insert
into
Assistant
values
(
6
,
'Kilian'
,
'Mbappe'
,
'1989-06-21'
,
'12 Rue Palais'
,
'0898456321'
,
1
),
(
7
,
'Leonel'
,
'Messi'
,
'1987-05-04'
,
'1 Rue Auguste'
,
'0945361785'
,
2
);
insert
into
Classe_animal
values
(
1
,
'Mammifiere'
),
(
2
,
'Oiseaux'
),
(
3
,
'Reptiles'
),
(
4
,
'Autres'
);
(
6
,
'Kilian'
,
'Mbappe'
,
'1989-06-21'
,
'12 Rue Palais'
,
'0898456321'
,
'Mammifiere'
),
(
7
,
'Leonel'
,
'Messi'
,
'1987-05-04'
,
'1 Rue Auguste'
,
'0945361785'
,
'Reptiles'
);
insert
into
Espece
values
(
1
,
'Chien'
,
1
),
(
2
,
'Chat'
,
1
),
(
3
,
'Perrot'
,
2
),
(
4
,
'Poisson'
,
4
),
(
5
,
'Scarabée'
,
3
);
(
'Chien'
,
'Mammifiere'
),
(
'Chat'
,
'Mammifiere'
),
(
'Perrot'
,
'Oiseaux'
),
(
'Poisson'
,
'Autres'
),
(
'Scarabée'
,
'Reptiles'
);
insert
into
Animal
values
(
1
,
'Phe'
,
20
,
20
,
'2008-06-01'
,
1
,
2
),
(
2
,
'KiKi'
,
30
,
25
,
'2006-01-06'
,
2
,
1
),
(
3
,
'Nemo'
,
5
,
5
,
'2001-01-01'
,
4
,
5
),
(
4
,
'Jason'
,
10
,
10
,
'2009-01-01'
,
3
,
3
),
(
5
,
'Triet'
,
4
,
4
,
'2010-01-01'
,
5
,
4
);
(
1
,
'Phe'
,
20
,
20
,
'2008-06-01'
,
'Chien'
,
2
),
(
2
,
'KiKi'
,
30
,
25
,
'2006-01-06'
,
'Chat'
,
1
),
(
3
,
'Nemo'
,
5
,
5
,
'2001-01-01'
,
'Poisson'
,
5
),
(
4
,
'Jason'
,
10
,
10
,
'2009-01-01'
,
'Perrot'
,
3
),
(
5
,
'Triet'
,
4
,
4
,
'2010-01-01'
,
'Scarabée'
,
4
);
insert
into
Medicament
values
(
1
,
'v
itamin A'
,
'bon pour yeux'
),
(
2
,
'Vitamin D'
,
'bon pour os'
),
(
3
,
'Vitamin B'
,
'bon pour ventre'
),
(
4
,
'Omega 3'
,
'vitamin A et D'
);
(
'V
itamin A'
,
'bon pour yeux'
),
(
'Vitamin D'
,
'bon pour os'
),
(
'Vitamin B'
,
'bon pour ventre'
),
(
'Omega 3'
,
'vitamin A et D'
);
insert
into
Effets_secondaires
values
(
1
,
'pas bon pour bebe'
),
(
2
,
'pas bon pour female pregnant'
);
(
1
,
'pas bon pour bebe'
),
(
2
,
'pas bon pour female pregnant'
);
insert
into
Medicament_Effet
values
(
1
,
1
),
(
1
,
2
),
(
2
,
2
),
(
4
,
1
),
(
3
,
2
);
(
'Vitamin A'
,
1
),
(
'Vitamin A'
,
2
),
(
'Vitamin D'
,
2
),
(
'Omega 3'
,
1
),
(
'Vitamin B'
,
2
);
insert
into
Med_correspond_Ani
values
(
1
,
2
),
(
1
,
1
),
(
2
,
1
),
(
2
,
2
),
(
4
,
4
),
(
3
,
5
),
(
4
,
3
);
(
'Vitamin A'
,
'Chat'
),
(
'Vitamin A'
,
'Chien'
),
(
'Vitamin D'
,
'Chien'
),
(
'Vitamin D'
,
'Chat'
),
(
'Omega 3'
,
'Poisson'
),
(
'Vitamin B'
,
'Scarabée'
),
(
'Omega 3'
,
'Scarabée'
);
insert
into
Traitement
values
(
1
,
'08:00:00'
,
'01:00:00'
,
'Optique'
,
1
,
2
),
(
2
,
'10:00:00'
,
'01:30:00'
,
'Osteopathie'
,
2
,
3
),
(
3
,
'13:00:00'
,
'02:01:00'
,
'Soin de ventre'
,
5
,
5
),
(
4
,
'17:00:00'
,
'00:30:00'
,
'Soin des yeux'
,
4
,
4
),
(
5
,
'19:00:00'
,
'01:00:00'
,
'Traitement général'
,
3
,
1
);
(
1
,
'08:00:00'
,
'01:00:00'
,
'Optique'
,
1
,
2
),
(
2
,
'10:00:00'
,
'01:30:00'
,
'Osteopathie'
,
2
,
3
),
(
3
,
'13:00:00'
,
'02:01:00'
,
'Soin de ventre'
,
5
,
5
),
(
4
,
'17:00:00'
,
'00:30:00'
,
'Soin des yeux'
,
4
,
4
),
(
5
,
'19:00:00'
,
'01:00:00'
,
'Traitement général'
,
3
,
1
);
insert
into
Traitement_Medicament
values
(
1
,
2
,
4
),
(
2
,
2
,
5
),
(
3
,
1
,
4
),
(
4
,
3
,
6
),
(
5
,
4
,
8
),
(
5
,
2
,
2
);
(
1
,
'Vitamin D'
,
4
),
(
2
,
'Omega 3'
,
5
),
(
3
,
'Vitamin A'
,
4
),
(
4
,
'Vitamin B'
,
6
),
(
5
,
'Omega 3'
,
8
),
(
5
,
'Vitamin D'
,
2
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment