Skip to content

Academic database project for a comic store chain featuring inventory management, customer subscriptions, and multi-store operations. Built with Oracle DB 11g.

Notifications You must be signed in to change notification settings

ljberrios/comic-store-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Database Design for Comic Store Management System

This project represents the final deliverable for an advanced database course in Computer Science. It demonstrates the complete database design process for a comic store chain, from initial requirements gathering through implementation.

Project Structure

  • matrix.png - Initial relationship matrix diagram
  • erd.png - Detailed entity-relationship diagram
  • script.sql - Database creation and sample data population scripts

Project Overview

David's Comic Clan, a growing comic store in San Juan, Puerto Rico, required a comprehensive database solution to support their expansion plans. The system needed to manage information about comics, clients, subscriptions, orders, pre-orders, stores, employees, and office operations.

Database Design Process

1. Relationship Matrix

The initial design phase utilized a matrix diagram to identify core entities and their relationships:

Matrix Diagram

The matrix represents:

  • 1:1 - One-to-one relationships
  • 1:M - One-to-many relationships
  • Associative entities resolve many-to-many relationships

2. Entity Relationship Diagram (ERD)

The detailed design phase expanded upon the matrix to include:

  • Entity attributes
  • Mutually exclusive relationships
  • Supertype/subtype relationships
  • Complete relationship cardinality

Entity Relationship Diagram

Implementation Details

The database was implemented using Oracle DB Express Edition 11g. The included script.sql contains:

  • Table creation statements
  • Constraint definitions
  • Sample data population scripts

About

Academic database project for a comic store chain featuring inventory management, customer subscriptions, and multi-store operations. Built with Oracle DB 11g.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages