HYU Logo
HYU GSB DB HUB

글로벌 디지털 비즈니스 분석과 경영 · 통합 DB 명세 포털

Course Code: GDB-7012 · Prof. Stephen CHEON
MariaDB 11.8 (PHP 8.5 FPM) Relational Schema

글로벌 디지털 비즈니스 분석과 경영 RDBMS 스키마

한양대학교 경영전문대학원(GSB) 강의 포털의 수강생 승인 관리, 1~16주차 과제/퀴즈 제출, 발표 배정, 공지사항 및 Q&A를 지원하는 표준 데이터베이스 설계 명세서입니다. 모든 테이블명은 접두사 hysc_를 사용합니다.

총 테이블 수
18 Tables
총 컬럼 수
126 Cols
핵심 도메인
6 Domains
정규화 수준
3NF Compliant
기본 인코딩
utf8mb4
외래키(FK) 무결성
CASCADE
표시 중인 테이블: 18개 / 총 18개
PK (Primary Key) FK (Foreign Key) UQ (Unique) IDX (Indexed)
Architecture Visualizer

데이터베이스 개체 관계도 (ERD Diagram)

사용자(hysc_users), 커리큘럼(hysc_course_weeks), 과제/퀴즈(hysc_quiz_submissions) 등 주요 도메인 간의 1:1, 1:N 식별/비식별 관계를 나타냅니다.

MariaDB 11.8 Relational Model
erDiagram hysc_users ||--o{ hysc_students : "extends" hysc_users ||--o{ hysc_discussion_votes : "casts" hysc_users ||--o{ hysc_notice_comments : "writes" hysc_users ||--o{ hysc_qna_posts : "creates" hysc_users ||--o{ hysc_qna_replies : "replies" hysc_users ||--o{ hysc_quiz_submissions : "submits" hysc_users ||--o{ hysc_presentation_assignments : "assigned" hysc_users ||--o{ hysc_notices : "publishes" hysc_courses ||--o{ hysc_course_weeks : "contains" hysc_courses ||--o{ hysc_course_guides : "guides" hysc_notices ||--o{ hysc_notice_comments : "comments" hysc_qna_posts ||--o{ hysc_qna_replies : "answers" hysc_resources ||--o{ hysc_resource_ai_summaries : "summarizes" hysc_users { string id PK string email UK string password_hash string name string role boolean is_active } hysc_students { string user_id PK string student_no string program string dept string term string approval_status } hysc_courses { string course_code PK string title_kr string title_en string term_kr } hysc_course_weeks { int week_number PK string course_code FK string title_kr string tag } hysc_quiz_submissions { bigint id PK int week_number string student_id FK string priority_threat datetime submitted_at } hysc_presentation_assignments { int id PK int week_number int slot_number UK string student_id FK string article_title } hysc_notices { string id PK string title_kr boolean is_pinned boolean email_sent } hysc_resources { int id PK int week_number string resource_type string title_kr string url }
SQL Query & DDL Center

DDL 스크립트 및 핵심 비즈니스 쿼리 템플릿

MariaDB 11.8 및 PHP 8.5 환경에 즉시 적용 가능한 DDL 구문 및 자주 사용되는 통계 분석 SQL 템플릿입니다.