Skip to content

Generalized database design for any e-commerce application

Notifications You must be signed in to change notification settings

marymathews/amazon-database-design

Repository files navigation

Amazon Database Design

This project implements the database for any e-commerce application. The design and requirements are based on Amazon's e-commerce website.
The database was created from the ground-up, following the traditional process of:

  • Requirements Collection
  • ER / EER Diagram Creation
  • Mapping the EER Diagram to a Relational Schema Diagram
  • Normalizing the Relational Schema to 3NF
  • SQL Table Creation Statements
  • Addition of foreign key constraints, CHECK clauses, NOT NULL constraints, DEFAULT values, and triggered actions on foreign keys
  • Development of relevant stored procedures using PL/SQL
  • Development of relevant triggers using PL/SQL

About

Generalized database design for any e-commerce application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published