Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 936 Bytes

File metadata and controls

16 lines (11 loc) · 936 Bytes

SQL-Data-Analysis-Projects

The goal is to learn and perform hands-on SQL to analyze different types of datasets. All the SQL queries are written in Google BigQuery which is a serverless, distributed SQL Query engine. The projects go from Basic level to Advanced level.

Source: Google

For every query that is run, BigQuery has the option of execution graphs that provides a comprehensive overview of the memory, compute, time and other attributes. It's a nice way to udnerstand and optimize your queries.

Source: Author