Skip to content

This project is a simple yet powerful SQL-based Student Management System designed to store and manage student records, departments, and subject-wise marks.

License

Notifications You must be signed in to change notification settings

LoganathanAnalyst/Student-Management-System-MYSQL-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Student Management System – SQL Database Project

Executive Summary The Student Management System (SMS) is a structured SQL project designed to demonstrate end-to-end database development skills. It covers database design, relational modeling, normalization, constraint management, and data analysis queries.


Project Purpose

  • Build a normalized relational database structure
  • Implement primary & foreign key constraints
  • Manage student and academic performance data
  • Use SQL to derive actionable insights
  • Demonstrate industry-ready SQL query writing

Database Architecture

  1. students Table
  • student_id (INT, PK)
  • name (VARCHAR 100)
  • age (INT)
  • gender (VARCHAR 10)
  • department (VARCHAR 50)
  1. marks Table
  • mark_id (INT, PK)
  • student_id (INT, FK)
  • subject (VARCHAR 50)
  • marks (INT)

Relationship Model

  • One-to-Many: One student -> multiple subject entries.

Data Modeling & Normalization Follows 3NF principles:

  • No duplicate data
  • Clear separation of entities
  • Logical relationships between tables

Technologies & Concepts Used

  • MySQL RDBMS
  • Relational Database Design
  • Primary & Foreign Keys
  • Joins (INNER JOIN)
  • Data Normalization (1NF – 3NF)
  • Analytical SQL Queries

BADGES

________________________________________________________________________________________________________________________________________________________________________

🀝 Contributing Have ideas to improve this dashboard? Feel free to open issues or submit pull requests.

⭐ Support This Project

If you found this dashboard useful, please star ⭐ the repository. Your support motivates further improvements!


πŸ‘¨β€πŸ’» About the Author Hi, I’m Loganathan, a Data Analyst & Power BI Developer passionate about transforming data into meaningful insights. Thank you for exploring this project β€” Happy Learning! πŸŽ‰πŸ“š

About

This project is a simple yet powerful SQL-based Student Management System designed to store and manage student records, departments, and subject-wise marks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published