Skip to content

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

Notifications You must be signed in to change notification settings

acomjetu/sample-database-online-electronics-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages