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
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
ac9dae08
Commit
ac9dae08
authored
May 23, 2019
by
Osvaldo Valdivia Salas
Browse files
Update Clinique_RO.sql
parent
a1b5258f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Clinique_RO.sql
View file @
ac9dae08
...
@@ -38,7 +38,7 @@ CREATE OR REPLACE TABLE client (
...
@@ -38,7 +38,7 @@ CREATE OR REPLACE TABLE client (
prenom
VARCHAR
(
20
)
NOT
NULL
,
prenom
VARCHAR
(
20
)
NOT
NULL
,
dn
DATE
NOT
NULL
,
dn
DATE
NOT
NULL
,
adresse
VARCHAR
(
50
)
NOT
NULL
,
adresse
VARCHAR
(
50
)
NOT
NULL
,
animals
list
e
Animals
NOT
NULL
,
animals
listAnimals
NOT
NULL
,
numeros
listNumeros
NOT
NULL
,
numeros
listNumeros
NOT
NULL
,
PRIMARY
KEY
(
id_client
)
PRIMARY
KEY
(
id_client
)
)
NESTED
TABLE
animals
STORE
AS
l_animals
,
)
NESTED
TABLE
animals
STORE
AS
l_animals
,
...
...
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