Skip to content

MapuChiku/SQL-Mini-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ College Management Database System πŸ“Œ Project Overview

This project is a SQL-based College Management Database System designed to demonstrate core SQL concepts. It includes database creation, table design, sample data insertion, and execution of multiple queries covering:

Joins & Subqueries

Grouping, Filtering & Aggregation

Indexing & Normalization

The project is written in MySQL/SQL standard and can be easily executed on any SQL environment.# SQL-Mini-Project

πŸ—‚οΈ Files Included

CLDC(L1).md β†’ Project documentation with SQL queries and explanations.

College_Management.sql β†’ (Recommended to add) Executable SQL file with schema, sample data, and queries.

README.md β†’ Project description (this file).

πŸ› οΈ Database Schema

The project contains the following tables:

Students – Stores student details (ID, name, age, gender, city).

Departments – Stores department info (ID, name).

πŸš€ Features / Tasks Covered

βœ” Create database and tables βœ” Insert sample records βœ” Perform SELECT, JOIN, WHERE, LIKE, IN, EXISTS queries βœ” Use GROUP BY, HAVING, ORDER BY, DISTINCT βœ” Apply aggregate functions (COUNT, AVG, MAX, MIN) βœ” Write subqueries and nested queries βœ” Implement normalization (3NF) βœ” Create index for optimization βœ” Real-world queries like top scorers, students by city, etc.

Courses – Stores courses offered under each department.

Enrollments – Stores student course enrollments and marks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published