📌 Overview
This project demonstrates a basic Student Management System using MySQL. It includes tables for students, subjects, and marks with relationships using foreign keys.
🛠️ Features
- Create relational database schema
- Use of primary and foreign keys
- Stored procedure for inserting students
- Data insertion and queries
- JOIN operations for fetching combined data
Key Concepts Used
- SQL Joins
- Aggregation (SUM)
- Stored Procedures
- Foreign Key Constraints