Skip to content

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages