acomjetu / sample-database-online-electronics-store

My own project showing a sample database of a fictional online electronics store including most of the database objects such as tables, views, constraints, indexes, triggers, functions and procedures. DB: ORACLE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Project - Online Electronics Store

Sample database of a fictional online electronics store including most of the database objects such as tables, views, sequences, indexes, triggers, functions and procedures.

Target Database: ORACLE

It is a good tool for learning and using the Oracle database and SQL language. The tables are filled with random, generated data of various types, giving ample room for using various types of calculations and more or less advanced SQL queries.

DIRECTIONS FOR USE

To create the database, log in as a user with administrator privileges and then run the main script "online_store.sql"

You can also use the scripts that create the various elements of the database in the correct order indicated below:

sequences.sql > tables.sql > inserts.sql

Database Relational Model:

online_store_relational_diagram1

About

My own project showing a sample database of a fictional online electronics store including most of the database objects such as tables, views, constraints, indexes, triggers, functions and procedures. DB: ORACLE


Languages

Language:PLSQL 100.0%