Skip to content

A SQL Server retail database project demonstrating database design, analytical queries, views, and business logic.

Notifications You must be signed in to change notification settings

liyabona-dev/sql-retail-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SQL Retail Database Project

πŸ“Œ Project Overview

This project simulates a small retail order management system built using SQL Server. It demonstrates database design, data integrity, analytical querying, and reporting through views.

The project is intended to showcase core SQL skills relevant to a Junior SQL / Database Developer role.


🧱 Database Features

  • Normalized relational database design
  • Entity Relationship Diagram (ERD)
  • Referential integrity using foreign keys
  • Constraints to enforce business rules

πŸ“Š Analytical Capabilities

  • Multi-table JOIN queries
  • Aggregations and grouping
  • Subqueries and CTEs
  • Business-focused analytical questions

πŸ‘€ Views

The project includes SQL views that provide:

  • Order financial summaries
  • Customer lifetime value analysis
  • Product sales performance
  • Employee sales performance
  • Identification of pending and problematic orders

πŸ› οΈ Technologies Used

  • SQL Server 2022
  • SQL Server Management Studio (SSMS)
  • Git & GitHub

🚧 Project Status

This project is currently in progress.

Completed:

  • Database schema
  • ERD
  • Sample data
  • Analytical queries
  • Views

In Progress:

  • Stored procedures
  • Triggers
  • Indexes
  • Performance optimization

πŸ“‚ Project Structure

schema/ – table creation scripts data/ – sample data inserts erd/ – entity relationship diagram queries/ – analytical queries views/ – reporting views


πŸ“„ Documentation

Project requirements and design decisions are documented separately.

About

A SQL Server retail database project demonstrating database design, analytical queries, views, and business logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published