Skip to content

jsmarrero08-ctrl/sql-database-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SQL Relational Database & Reporting Project

This project shows a relational database built to store client and transaction data, along with SQL queries used to organize and summarize the information.


Overview

I created the database structure, connected the tables, and wrote queries to review the data. The goal was to keep the data organized and use SQL to generate simple reports.


Database Design and Queries

  • Created tables with primary and foreign keys
  • Connected the tables through relationships
  • Wrote JOIN queries to combine data
  • Used GROUP BY, SUM, and COUNT for reporting

Extra Query File

I also added a separate queries.sql file with extra queries for reporting and data review.

It includes queries for:

  • Joining clients with their orders
  • Counting total orders per client
  • Calculating total spending
  • Filtering records by date

What This Project Shows

  • Understanding of relational database structure
  • Ability to work with connected tables
  • Experience using SQL for reporting and analysis

Tools

  • MySQL
  • SQL

About

MySQL project with related client and order tables, joins, aggregations, and reporting queries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors