Goal: Design and optimize a SQL-based system to streamline hospital operations while ensuring 100% data consistency and integrity.
- Hospital data (patients, doctors, appointments, billing).
- ~10+ tables, fully normalized (3NF).
- Key entities:
Patients,Doctors,Appointments,Billing,Departments.
- SQL (Joins, Subqueries, Window Functions)
- Indexing & Views for query optimization
- Database Normalization (up to 3NF)
- Designed fully normalized SQL database schema.
- Wrote 40+ advanced queries for reporting & analytics.
- Applied indexing & views → 30% faster data retrieval.
- Ensured 100% data integrity with constraints & relationships.
- Optimized schema reduces redundancy and anomalies.
- Indexed queries significantly speed up reporting.
- Example: Patient billing retrieval reduced from 2.3s → 1.6s.
- Clone the repo:
git clone https://github.com/NikitaAI0512/sql-hospital-management.git