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
ed6e602e
Commit
ed6e602e
authored
Apr 04, 2019
by
Nu Huyen Trang Pham
Browse files
Update create_table.sql
parent
c8c33854
Changes
1
Hide whitespace changes
Inline
Side-by-side
create_table.sql
View file @
ed6e602e
...
@@ -10,7 +10,7 @@ Create table Client (
...
@@ -10,7 +10,7 @@ Create table Client (
);
);
Create
table
Classe_animal
(
Create
table
Classe_animal
(
ID_classes
INT
NOT
NULL
primary
key
,
ID_classes
INT
NOT
NULL
PRIMARY
KEY
,
Nom
varchar
(
30
)
NOT
NULL
Nom
varchar
(
30
)
NOT
NULL
);
);
...
...
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