Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TD_NF17_goupe4
Clinique Veterinaire
Commits
765b4506
Commit
765b4506
authored
Jun 07, 2019
by
Evenson Jeunesse
Browse files
Update Inser.sql
parent
7ef5b615
Changes
1
Show whitespace changes
Inline
Side-by-side
XML/Inser.sql
View file @
765b4506
...
...
@@ -15,7 +15,8 @@ INSERT INTO Clients VALUES(3, '0614814050', 'Smith', 'Louis', TO_DATE('1980-10-2
INSERT
INTO
Animaux
VALUES
(
1
,
'Dylan'
,
50
,
70
,
2007
,
'Chien'
,
XMLType
(
'
<traitement>
<traitements>
<traitement>
<nom>Kiki</nom>
<debut>2019-12-05</debut>
<duree>2</duree>
...
...
@@ -33,11 +34,32 @@ INSERT INTO Animaux VALUES (1, 'Dylan', 50, 70, 2007, 'Chien', XMLType('
<date_naissance>1986-12-03</date_naissance>
<adresse>30 rue des pommiers Paris</adresse>
</veterinaire>
</traitement>
</traitement>
<traitement>
<nom>Kiki</nom>
<debut>2019-06-05</debut>
<duree>1</duree>
<prescription>
<quantite_jour>1</quantite_jour>
<medicament>
<nom_molecule>hggh</nom_molecule>
<effets>no effect</effets>
</medicament>
</prescription>
<veterinaire>
<nom>Jacky</nom>
<prenom>Elsa</prenom>
<telephone>07895623</telephone>
<date_naissance>1986-12-03</date_naissance>
<adresse>30 rue des pommiers Paris</adresse>
</veterinaire>
</traitement>
</traitements>
'
));
INSERT
INTO
Animaux
VALUES
(
2
,
'Hector'
,
70
,
15
,
2015
,
'Moineau'
,
XMLType
(
'
<traitement>
<traitements>
<traitement>
<nom>Salem</nom>
<debut>2019-12-05</debut>
<duree>2</duree>
...
...
@@ -48,11 +70,13 @@ INSERT INTO Animaux VALUES (2, 'Hector', 70, 15, 2015, 'Moineau', XMLType('
<date_naissance>1958-09-12</date_naissance>
<adresse>12 rue des pommiers Paris</adresse>
</veterinaire>
</traitement>
</traitement>
</traitements>
'
));
INSERT
INTO
Animaux
VALUES
(
3
,
'James'
,
20
,
350
,
2008
,
'Anaconda'
,
XMLType
(
'
<traitement>
<traitements>
<traitement>
<nom>Kiki</nom>
<debut>2019-12-05</debut>
<duree>2</duree>
...
...
@@ -77,7 +101,8 @@ INSERT INTO Animaux VALUES (3, 'James', 20, 350, 2008, 'Anaconda', XMLType('
<date_naissance>1986-12-03</date_naissance>
<adresse>30 rue des pommiers Paris</adresse>
</veterinaire>
</traitement>
</traitement>
</traitements>
'
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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