Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinyhiker/sql_rental_database_design
Designed a SQL Database/Schema for a Car Rental System. It was created on an Oracle 11g Database. The project features Entity-Relationship Design, Functional Dependency Theory, 3NF/BCNF principles, SQL Code, Bash Scripting
https://github.com/tinyhiker/sql_rental_database_design
3nf bcnf-database-structure bcnf-decompostion-algorithm oracle-database shell-scripting sql
Last synced: 13 days ago
JSON representation
Designed a SQL Database/Schema for a Car Rental System. It was created on an Oracle 11g Database. The project features Entity-Relationship Design, Functional Dependency Theory, 3NF/BCNF principles, SQL Code, Bash Scripting
- Host: GitHub
- URL: https://github.com/tinyhiker/sql_rental_database_design
- Owner: tinyHiker
- Created: 2024-01-07T23:29:30.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-08T00:13:02.000Z (12 months ago)
- Last Synced: 2024-01-09T00:42:16.758Z (12 months ago)
- Topics: 3nf, bcnf-database-structure, bcnf-decompostion-algorithm, oracle-database, shell-scripting, sql
- Language: Shell
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Rental Database System
In this side project, I designed a SQL Database/Schema for a Car Rental System.
It was created on an Oracle 11g Database
This project features1. Entity-Relationship Design
2. Functional Dependency Theory
3. 3NF/BCNF principles
4. SQL Code
5. Bash Scripting## Entity Relationship Diagram
![Example Image](/README_images/Entity_Relationship_Diagram.png)## Shell Code Example
![Example Image](/README_images/Create_Tables_Shell.PNG)## The Shell Menu
![Example Image](/README_images/Shell_Menu_Output.PNG)## Oracle 11g Workbench
![Example Image](/README_images/Workbench.PNG)## Example of System Query
![Example Image](/README_images/Advanced_Query_Example.PNG)