Case study

Reportistica in SQL

Tyler Pernes

Learning & Development Consultant

What is reporting?

Reportistica in SQL

What is reporting?

Reportistica in SQL

What is reporting?

Reportistica in SQL

What is reporting?

Reportistica in SQL

What is reporting?

Reportistica in SQL

SQL and reporting

Reportistica in SQL

Course goals

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

Case study

Reportistica in SQL

Case study

Reportistica in SQL

Case study

Reportistica in SQL

What is a dashboard?

Reportistica 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;
Reportistica in SQL

Your dashboard

Reportistica in SQL

Querying time!

Reportistica in SQL

Preparing Video For Download...