Case study

Reporting in SQL

Tyler Pernes

Learning & Development Consultant

What is reporting?

Reporting in SQL

What is reporting?

Reporting in SQL

What is reporting?

Reporting in SQL

What is reporting?

Reporting in SQL

What is reporting?

Reporting in SQL

SQL and reporting

Reporting in SQL

Course goals

  • Create real-world reports
  • Use real-world data
  • Overcome real-world obstacles
Reporting in SQL

Case study

Reporting in SQL

Case study

Reporting in SQL

Case study

Reporting in SQL

What is a dashboard?

Reporting in SQL

What is a base report?

SELECT 
    country, 
    SUM(wins) AS wins
FROM game_log
GROUP BY country
ORDER BY wins DESC
LIMIT 3;
Reporting in SQL

Your dashboard

Reporting in SQL

Querying time!

Reporting in SQL

Preparing Video For Download...