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
Nu Huyen Trang Pham
Projet NF17 td5 grps4
Commits
ef4991c9
Commit
ef4991c9
authored
Apr 04, 2019
by
Nu Huyen Trang Pham
Browse files
Update create_table.sql
parent
ea1efbe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
create_table.sql
View file @
ef4991c9
...
...
@@ -44,7 +44,7 @@ Create table Animal (
Poids
FLOAT
NOT
NULL
,
Taille
FLOAT
NOT
NULL
,
Date_de_naissance
date
NOT
NULL
,
ID_Esp
è
ce
INT
foreign
key
references
Espece
(
ID_espece
),
ID_Esp
e
ce
INT
foreign
key
references
Espece
(
ID_espece
),
ID_Client
INT
foreign
key
references
Client
(
ID_Client
),
CHECK
(
Poids
>
0
),
CHECK
(
Taille
>
0
)
...
...
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