Achieving Advanced Insights with BigQuery

Description

The third course in this course series is Achieving Advanced Insights with BigQuery. Here we will build on your growing knowledge of SQL as we dive into advanced functions and how to break apart a complex query into manageable steps.

We will cover the internal architecture of BigQuery (column-based sharded storage) and advanced SQL topics like nested and repeated fields through the use of Arrays and Structs. Lastly we will dive into optimizing your queries for performance and how you can secure your data through authorized views.
After completing this course, enroll in the Applying Machine Learning to your Data with Google Cloud course.

What you will learn

Introduction

Overview of what you will learn in this course

Advanced Functions and Clauses

Deepen your knowledge of SQL on BigQuery by learning about more advanced functions like statistical approximations, analytical window queries, user-defined functions, and WITH clauses.

Schema Design and Nested Data Structures

Walkthrough the evolution of how traditional databases handle dataset scale and compare how BigQuery was developed to address scaling limitations. Deep dive into nested and repeated fields which are a key part of denormalized BigQuery data structures.

Optimizing for Performance

Learn the fundamental pieces of work that impact BigQuery performance and how to optimize your queries for speed.

What’s included