Skip to content

Akash-anuganti03/Student-Management-System-Java-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

Project Overview

This is a menu-driven Student Management System developed using Java, JDBC, and MySQL.

The project allows users to perform CRUD (Create, Read, Update, Delete) operations on student records stored in a MySQL database.


Features

  • Add Student
  • View Students
  • Search Student by ID
  • Update Student Details
  • Delete Student
  • Menu Driven Interface

Technologies Used

  • Java
  • JDBC
  • MySQL
  • Git
  • GitHub
  • IntelliJ IDEA

Project Structure

StudentManagement.java

StudentDAO.java

DBConnection.java

MySQL Database


Database Table

students

Columns:

  • id
  • name
  • branch
  • age

CRUD Operations

Add Student

Insert new student records into the database.

View Students

Display all student records.

Search Student

Search a student using ID.

Update Student

Modify student information.

Delete Student

Remove student records from the database.


Author

Akash Anuganti

B.Tech CSE (AI & ML)

CMR College of Engineering & Technology

About

Java + MySQL Student Management System with CRUD operations, JDBC connectivity, DAO pattern, and menu-driven interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages