This project demonstrates how SQL is used to analyze healthcare data — including patients, doctors, appointments, and billing details — to find valuable insights and improve hospital operations.
| Table | Description | 
|---|---|
| patients | Stores patient details like name, age, gender, city | 
| doctors | Contains doctor details and their department | 
| appointments | Tracks patient visits and assigned doctors | 
| billing | Manages payments, bills, and pending statuses | 
- MySQL
- MySQL Workbench
- GitHub
- Total revenue per doctor — GROUP BY+SUM()
- Patients with pending payments — JOIN+WHERE
- Top 5 patients by billing — ORDER BY+LIMIT
- City-wise revenue — GROUP BY city
- Rank doctors by appointments — RANK()
- Creating and joining multiple tables
- Using aggregate functions and subqueries
- Applying window functions (RANK,DENSE_RANK,ROW_NUMBER)
- Extracting business insights from real-world hospital data
Thiyagesh R S
Aspiring Healthcare Data Analyst
SQL | Python | Power BI
🔗 [LinkedIn](https://www.linkedin.com/in/
thiyagesh26)