🔥 🔥 Student Management Application in Java with MySql | Student Management Project | Java + MySQL ✅

Опубликовано: 16 Март 2025
на канале: SJ Programming Solutions
10,776
261

#studentmanagementprojectinjava #sjprogrammingsolutions
Hi All,


In this video we are going to create Student Management Application in java with MySql. Below are the operations we have performed in this application:


1.Add Student
2.Show All Students+
3.Get student based on roll number+
4.Delete Student
5.Update Student
6.Exit


Create table query :


create table student_details(rollnum int(11) primary key auto_increment,
sname varchar(100) not null,
clgname varchar(10),
city varchar(50),
percentage DOUBLE(40,2));


We have uploaded the code on below Github Repository . This is public repository you can get the sourcecode from below url:


GitHub URL:


https://github.com/sjprogramming/Stud...


Software Used:


Language : Java
Database: MySql
IDE: Intellige


In case of any queries please mention in comment section. Share the video with your friends and subscribe to channle.


Employee Management Application in Java:
   • Employee Management System | How to m...  


Note: This video is created only for educational purpose.


Tags:
What is student management application?
How do you explain a student management project?
How does student management system work?
How do you develop a Student Management System?


#studentmanagementapplication #studentmanagementproject #student