Skip to content

A simplified introdocutory data analysis report to show how using SQL queries can answer questions from a data warehouse with a star schema. The report answers why server downtime happens and how it can be fixed.

Notifications You must be signed in to change notification settings

richardgourley/data-analysis-report-with-sql

Repository files navigation

Data Analysis Report with SQL

INTRO

This is a report using SQL join queries to retrieve information from a data warehouse with a star schema.

The report is based on a company who want to use their data warehouse, which stores incidents of server downtime in a fact table, to discern if the number of incidents has improved since the company started in January, in the first quarter of the year, and to understand where to focus their efforts in order to improve downtime issues.

The company owners have tasked the data analyst with answering a list of questions to determine if there are downtime issues with a specific time of the day, day of the week, day of the month, office or a specific employee.

Data Warehouse Design

The tables of the data warehouse required to investigate downtime incidents are shown in this diagram:

Data Warehouse Test Tables

CONTENT

  • The queries to answer the questions below are in the 'analysis_queries.sql' file.
  • The 'create_tables.sql' file will create the data warehouse tables.
  • All other 'insert...' files will insert data into the dw tables.

Questions for Analysis

  • The company owners would like the Data Analyst to report back and answer the questions below, particularly focusing on how the servers have performed in quarter 1 since January and any recommendations as to what to focus on to solve downtime problems.

OVERVIEW - QUARTER 1

  1. What were the total number of incidents?

  2. What was the max, min and avg downtime in minutes?

SPECIFIC ANALYSIS - QUARTER 1

  1. Which day of the week had the most incidents?

  2. Which day of the month had the most incidents?

  3. Which time of day had the most incidents?

  4. Which hour of the day had the most incidents?

  5. Which month had the most incidents?

  6. Which employee reported the most incidents, and which office are they based in?

  7. Which office reported the most incidents?

  8. Which office had the highest average downtime and what were the overall number of incidents per office?

See the SQL queries that answered the questions above:

https://github.com/richardgourley/data-analysis-report-with-sql/blob/main/analysis_queries.sql

See the final report based on the answers here:

https://github.com/richardgourley/data-analysis-report-with-sql/blob/main/final_report.MD

About

A simplified introdocutory data analysis report to show how using SQL queries can answer questions from a data warehouse with a star schema. The report answers why server downtime happens and how it can be fixed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages