Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 features

1. 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)