https://github.com/piotrpdev/hse-db-system
Hypothetical HSE SQL database design and implementation
https://github.com/piotrpdev/hse-db-system
Last synced: 9 months ago
JSON representation
Hypothetical HSE SQL database design and implementation
- Host: GitHub
- URL: https://github.com/piotrpdev/hse-db-system
- Owner: piotrpdev
- License: mit
- Archived: true
- Created: 2024-02-06T23:13:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T23:53:40.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:42:23.616Z (over 1 year ago)
- Homepage:
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# HSE Database System
Hypothetical [HSE](https://www.hse.ie/) SQL database design and implementation.
*(CA submission for SETU SSD Database Systems module)*
## Features
- Database design based on research about HSE and its services
- EER model
- Estimated calculations for the database size using different super/sub models
- SQL implementation of the database including descriptive comments
- SQL user roles and permissions
- Example SQL queries for the database
- Example data for the database
## Files
- `HSE.pdf` - Database design report
- `HSE.sql` - SQL implementation of the database
- `HSE.mwb` - MySQL Workbench file for the EER model