Skip to content

This application focuses on utilizing Java to implement a database of students. Databases are the most efficient ways of storing and accessing data in many industries, making the skills to engineer and build one of the most valuable skills in software engineering. A good database application requires methods of maintaining the DB such as, insert…

Notifications You must be signed in to change notification settings

KodeKal/Student-DataBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student-DataBase

Object Oriented Programing Assignment

This application utilizes Java's object oriented programing to implement a database of students. This database application sets out to provide methods of maintaining(inserting, deleting and updating) a database, as well as with methods of sorting and preforming searches using different attributes of an entitiy. Databases are the most efficient way to store and access data in many industries, making the skill to engineer and build one important in software engineering. This project serves as a template to start and create a fully functioning database that is implementable in the workplace.

About

This application focuses on utilizing Java to implement a database of students. Databases are the most efficient ways of storing and accessing data in many industries, making the skills to engineer and build one of the most valuable skills in software engineering. A good database application requires methods of maintaining the DB such as, insert…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages