728x90
1. Webtoon Table 생성
- webtoon 검색, 조회, 평가 서비스를 제공하는 응용에서 필수인 webtoon table 생성
- ID, title, platform, pub_day(연재요일), summary, story_author(글작가), draw_author(그림작가) 를 attribute로 갖는다.
- ID는 primary key이다.
2. Tuple 추가
3. 응용과 DB연결
- (위) local mysql server와 응용프로그램 연결 후 “select * from webtoon” query 수행결과
- (위) 동적 insert문으로 새로운 tuple 삽입 후 webtoon table 전체 출력 결과
728x90
반응형
'ComputerScience > Database' 카테고리의 다른 글
DB - 26. Webtoon DB 설계 프로젝트 (0) | 2022.02.18 |
---|---|
DB - 24. Normal Form (0) | 2021.12.14 |
DB - 23. Functions and Procedures , Trigger (0) | 2021.12.06 |
DB - 22. Intermediate SQL 2 (0) | 2021.12.05 |
DB - 21. Integrity Constraints (0) | 2021.12.01 |