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
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
f24c8175
Commit
f24c8175
authored
May 23, 2019
by
Osvaldo Valdivia Salas
Browse files
Update Clinique_RO.sql
parent
e00db3e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Clinique_RO.sql
View file @
f24c8175
...
...
@@ -9,12 +9,7 @@ CREATE OR REPLACE TYPE traitement AS OBJECT (
/
CREATE
OR
REPLACE
TYPE
numero
AS
OBJECT
(
numero
VARCHAR
(
12
)
);
/
CREATE
OR
REPLACE
TYPE
listNumeros
AS
TABLE
OF
numero
;
CREATE
OR
REPLACE
TYPE
listNumeros
AS
TABLE
OF
varchar
(
10
);
/
CREATE
OR
REPLACE
TYPE
listTraitements
AS
TABLE
OF
traitement
;
...
...
@@ -48,7 +43,7 @@ CREATE OR REPLACE TABLE espece(
CREATE
OR
REPLACE
TABLE
animal
(
id_animal
NUMBER
NOT
NULL
,
id_client
NUMBER
NOT
NULL
,
espece
VARCHAR
(
20
),
espece
VARCHAR
(
20
)
NOT
NULL
,
nom
VARCHAR
(
20
),
poid
FLOAT
,
TAILLE
FLOAT
,
...
...
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