https://github.com/ktamburi/eis-database
A database design and SQL script project for the CEN203 Database Management System course at Epoka University
https://github.com/ktamburi/eis-database
database-management database-schema sql
Last synced: 3 months ago
JSON representation
A database design and SQL script project for the CEN203 Database Management System course at Epoka University
- Host: GitHub
- URL: https://github.com/ktamburi/eis-database
- Owner: ktamburi
- Created: 2024-12-21T23:05:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T23:18:06.000Z (over 1 year ago)
- Last Synced: 2025-12-31T14:45:10.334Z (6 months ago)
- Topics: database-management, database-schema, sql
- Homepage:
- Size: 1.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EIS-Database
## Database Management System Course Project
This repository is a university project focused on creating a database for the school application, Epoka Interactive System (EIS). The project involved:
1. Designing the database schema.
2. Creating Entity-Relationship (ER) and Relational Schema (RS) diagrams.
3. Writing and executing SQL queries to implement the database.
The project demonstrates a complete end-to-end process of database design and implementation, showcasing practical application of theoretical knowledge.