This project walks through the end-to-end process of building and querying a relational database:
-
Requirements & Analysis
– Captured in the project report (DBPROJECT.pdf)
– Includes entity definitions, relationships, and use-case scenarios -
Schema Design & Data Population
– SQL DDL to create tables, constraints, and identities
– Sample data inserts to illustrate typical records -
Query Development
– A suite of SELECT, JOIN, aggregation, and filtering examples
– Demonstrates common reporting & analytics patterns -
Lessons Learned
– SeeIssues Faced During Project.pdffor challenges (data integrity, constraint handling, performance tuning) and how they were resolved
- 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
.sqlscripts)
- Clone this repository
git clone https://github.com/soupond/Database-Project.git cd Database-Project