Skip to content

soupond/Database-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Database-Project


πŸ“ Project Overview

This project walks through the end-to-end process of building and querying a relational database:

  1. Requirements & Analysis
    – Captured in the project report (DBPROJECT.pdf)
    – Includes entity definitions, relationships, and use-case scenarios

  2. Schema Design & Data Population
    – SQL DDL to create tables, constraints, and identities
    – Sample data inserts to illustrate typical records

  3. Query Development
    – A suite of SELECT, JOIN, aggregation, and filtering examples
    – Demonstrates common reporting & analytics patterns

  4. Lessons Learned
    – See Issues Faced During Project.pdf for challenges (data integrity, constraint handling, performance tuning) and how they were resolved


πŸš€ Getting Started

Prerequisites

  • A relational database engine (e.g., SQL Server, MySQL, or SQLite)
  • A SQL management tool (e.g., SSMS, MySQL Workbench, or any IDE that can run .sql scripts)

Setup & Usage

  1. Clone this repository
    git clone https://github.com/soupond/Database-Project.git
    cd Database-Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages