https://github.com/rathod-shubham/database-managment-system
In this project, I have designed and implemented a database for keeping track of information about a DBMS subsystem for managing discretionary access control.
https://github.com/rathod-shubham/database-managment-system
database eer-schema transaction
Last synced: about 2 months ago
JSON representation
In this project, I have designed and implemented a database for keeping track of information about a DBMS subsystem for managing discretionary access control.
- Host: GitHub
- URL: https://github.com/rathod-shubham/database-managment-system
- Owner: RATHOD-SHUBHAM
- Created: 2021-01-22T17:32:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T10:20:30.000Z (over 5 years ago)
- Last Synced: 2025-03-15T17:47:26.510Z (over 1 year ago)
- Topics: database, eer-schema, transaction
- Language: Python
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database-Managment-System
Databases and database systems are an essential component of life in modern society: most of us encounter several activities every day that involve some interaction with a database. For example, if we go to the bank to deposit or withdraw funds. Even purchasing items at a supermarket often automatically updates the database that holds the inventory of grocery items.
In this project, I have designed and implemented a database for keeping track of information about a DBMS subsystem for managing discretionary access control.
First I designed an EER schema diagram based upon the SECURITY database requirements and then mapped the EER schema design to a relational database schema.
Each transaction is been provided with a user-friendly Web-based interface to enter the information needed by the transaction. The biggest challenge was to grant and revoke privileges in real-time. Few constraints have also created hurdles, but building this amazing project has helped me understand the database system and helped me overcome the challenges.
- Designed & implement Database to keep track of information about a DBMS subsystem for managing discretionary access control.
- Designed EER Schema diagram & mapped it to a relational database.
- Loaded data into database tables & performed some transactions by providing a user-friendly interface developed using python flask.
- Access Control Check.