Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet_nf17_p19_tdg1_groupe2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
dccff7f2
Commit
dccff7f2
authored
May 23, 2019
by
Osvaldo Valdivia Salas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Clinique_RO.sql
parent
8d5b8263
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Clinique_RO.sql
Clinique_RO.sql
+3
-3
No files found.
Clinique_RO.sql
View file @
dccff7f2
...
...
@@ -20,7 +20,7 @@ CREATE OR REPLACE TYPE animal AS OBJECT (
dn
DATE
,
traitements
listTraitements
NOT
NULL
,
PRIMARY
KEY
(
id_animal
)
)
NESTED
TABLE
listTraitement
STORED
AS
l_traitements
;
)
NESTED
TABLE
traitements
STORED
AS
l_traitements
;
/
CREATE
OR
REPLACE
TYPE
listeAnimals
AS
TABLE
OF
animal
;
/
...
...
@@ -31,9 +31,9 @@ CREATE OR REPLACE TABLE clients (
dn
DATE
NOT
NULL
,
adresse
VARCHAR
(
50
)
NOT
NULL
,
n_tel
NUMBER
NOT
NULL
,
animal
listeAnimals
NOT
NULL
,
animal
s
listeAnimals
NOT
NULL
,
PRIMARY
KEY
(
id_client
)
)
NESTED
TABLE
listeA
nimals
STORED
AS
l_animals
;
)
NESTED
TABLE
a
nimals
STORED
AS
l_animals
;
/
CREATE
OR
REPLACE
TABLE
classeEspece
(
...
...
Write
Preview
Markdown
is supported
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