Skip to content

ajay9022/Student-Database-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student-Result-Management-System

The project implements a simple Student Result Management System where academic details of a student are taken into account.

The 3 files are :

  1. CONNCOM - Database of Commerce Students
  2. CONNHUM - Database of Humanities Students
  3. CONNSC - Database of Science Students

The details are as follows :

  1. Name
  2. Admission No.
  3. Roll No.
  4. Class
  5. Subjects

The operation performed are :

  1. Insert New Record
  2. Search Record
  3. Update Record
  4. Remove Record

The searching can be performed on various criterias such as Name,Admission_no, Class.

It uses MySQL at backed for storing the database of the students in different streams.

It is a Login based system which is different for each department/Stream.

Note : Name of the database should be inaccordance to the names provided in the Java code.

User_Interface

Login_Page

Student_Detail

Updation

Search_Record

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages