This repo is a system which user can enter info about students like there first name , second name , ID , email and so on , and these info are stored in MySQL database. The user can navigate between the students info or display the first or the last student stored in the database . The user can delete a specific student by enter his/her id. Using java-programming language and connect to the MySQL database using java database (JDBC).
- New
- Update
- Delete
- First
- Previous
- Next
- Last
- enter student info as first name , second name , ID , email , level_id , gender
- update specific student info using his/her ID
- Delete specific student info from database using his/her ID
- Display the first student record stored in database
- Display the previous student according to the current record stored in database
- Display the next student according to the current record stored in database
- Display the last student record stored in database