Skip to content

KuldeepSharma25/College-Database-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 College Database Management System

Overview

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.


Tools & Technologies

  • Database: PostgreSQL / MySQL
  • Tool: pgAdmin / MySQL Workbench
  • Language: SQL (DDL, DML, Joins, Aggregations)

Database Design

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

Key Insights

  • Helps visualize student performance per department
  • Shows course–teacher–student relationship
  • Forms the base for academic analytics dashboards

Project Structure

📁 College_Database_System_Project/

  • ┣ 📄 schema.sql → Database Design
  • ┣ 📄 data.sql → Sample Data
  • ┣ 📄 queries.sql → Analytical SQL Queries
  • ┗ 📄 README.md → Project Description

Author

Kuldeep Sharma Assistant Professor | Data Analyst Aspirant 📍 India

About

SQL project demonstrating database design, queries, and analysis for a college management system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors