Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-19 10:42:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd9643e8a5de792f5b05b51a7a3160d98c501395
fd9643e8
1 parent
8e152d54
Update dummy data
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
DB/SQL/create_dummy_data.sql
DB/SQL/create_dummy_data.sql
View file @
fd9643e
INSERT
INTO
lecture
(
lecture_id
,
lecture_name
,
lecture_room
)
VALUES
(
'0'
,
'캡스톤디자인
1'
,
'소융대
'
);
INSERT
INTO
lecture
(
lecture_id
,
lecture_name
)
VALUES
(
'0'
,
'캡스톤디자인
2
'
);
INSERT
INTO
student
(
student_id
,
student_name
)
VALUES
(
'2014104149'
,
'정해갑'
);
...
...
Please
register
or
login
to post a comment