Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
database-tests
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
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
James Coyle
database-tests
Commits
2658ed04
Commit
2658ed04
authored
Feb 01, 2017
by
James Coyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update performance.departments.sql
parent
0838982a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
source/tables/performance.departments.sql
source/tables/performance.departments.sql
+1
-0
No files found.
source/tables/performance.departments.sql
View file @
2658ed04
...
@@ -3,6 +3,7 @@ use performance;
...
@@ -3,6 +3,7 @@ use performance;
CREATE
TABLE
departments
(
CREATE
TABLE
departments
(
dept_no
CHAR
(
4
)
NOT
NULL
,
dept_no
CHAR
(
4
)
NOT
NULL
,
dept_name
VARCHAR
(
40
)
NOT
NULL
,
dept_name
VARCHAR
(
40
)
NOT
NULL
,
newcoltest
VARCHAR
(
40
),
PRIMARY
KEY
(
dept_no
),
PRIMARY
KEY
(
dept_no
),
UNIQUE
KEY
(
dept_name
)
UNIQUE
KEY
(
dept_name
)
);
);
\ No newline at end of file
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