Skip to content

This is project of our sophomore project Data Base Management System made using Python and Sqlite.

License

Notifications You must be signed in to change notification settings

SAZZZO99/Student-Database-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student-Database-Management-System

This is project of our sophomore project of Data Base Management System made using Python and Sqlite. In this student database management system we can add, delete,update,view and clear existing records from the database. Here Student ID acts as the PRIMARY KEY and we store Student name,age,gender,address and mobile number.
Here are some of the screenshots of the frontend:
Screenshot (47)
Here Add new- Adds new informtion related to student.
Clear- clears the entry box for new entries.
Search- Enter any keyword in the query box and search will show you the relevant results.
Update- Updates any changes applied to that particular given user.
Delete- Deletes the entire dataset selected.
Display- Views the entries till date.
Here is how the Exit button works:

Screenshot (48)
If we press 'Yes' it will exit the process and if we press 'No' it will return to process.
This project was undertaken under the guidance of Dr. Brij Bihari Dubey of the Database Management Systems.
Language used: Python 3
Query Language used: Sqlite 3
Library:Tkinter
Other concepts involved: Object Oriented Programming(OOPS)

Releases

No releases published

Packages

No packages published

Languages