This project is designed to simulate a real college management database using SQL. It manages data for students, teachers, courses, enrollments, and marks, making it an excellent practice for DBMS and Data Analyst aspirants.
- Database: PostgreSQL / MySQL
- Tool: pgAdmin / MySQL Workbench
- Language: SQL (DDL, DML, Joins, Aggregations)
| Table | Description |
|---|---|
students |
Stores student personal details |
teachers |
Contains teacher and department info |
courses |
Course and assigned teacher data |
enrollments |
Links students with enrolled courses |
marks |
Records marks and exam details |
- Helps visualize student performance per department
- Shows courseβteacherβstudent relationship
- Forms the base for academic analytics dashboards
π College_Database_System_Project/
- β£ π schema.sql β Database Design
- β£ π data.sql β Sample Data
- β£ π queries.sql β Analytical SQL Queries
- β π README.md β Project Description
Kuldeep Sharma Assistant Professor | Data Analyst Aspirant π India