
Enable billing to access Google BigQuery, create a dataset and table, insert values with SQL, and start the 300 USD free trial for hands-on data analysis.
Explore self joins by joining a table to itself, including inner self join, left outer self join, and right outer self join, plus cross join and Cartesian product.
What is Google BigQuery?
Google BigQuery is an enterprise cloud data warehouse that solves this problem by enabling super-fast SQL queries using the processing power of Google's infrastructure.It is a server less Software as a Service (SaaS) that has built-in machine learning capabilities.
What are we learning in the Course?
Operator in SQL
Aggregate Functions
Joins in SQL
SubQuery in SQL
Analytical Functions:Row Number,Rank,Dense_Rank,Cumulative Sum and Cumulative Average
Case Statement and IF Function