Question: Database Description Each record in the database has following fields: 1 ) 8 digit student ID 2 ) Last name 3 ) First name 4
Database Description
Each record in the database has following fields:
digit student ID
Last name
First name
Telephone number
Major
GPA
Year of birth
Month of birth
Date of birth
Home address
There is no predefined limitation on the number of records linked list needed
Program behavior
Initially the program should add some student records into the database You can create your own data file for initial input, or you can just hard code the data in your main method
Then the program needs to give interface for following operation repeatedly
insert a new record
delete recordrecords with given student ID
list all student information following the order they are saved
Reorder all student information following ascendingdescending order by ID or GPA or birthday consider year, month and date together
list students in a given major, or a given ID
Additional requirement
Organize code in classes.
Build your own data structure to store student data. You are allowed to useadapt the program we build in our class. No data structure from Java library allowed.
You can use any sorting algorithm discussed in class
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
