This project demonstrates:
- Data Normalization (1NF → 3NF)
- ERD design
- SQL schema implementation
- Python MapReduce parallel processing
- Healthcare system modeling
(설명 추가)
- 1NF: Atomic values
- 2NF: Remove partial dependency
- 3NF: Remove transitive dependency
-- schema.sql 일부 코드