Get startedGet started for free

BigQuery

1. BigQuery

Let's start by talking about BigQuery. BigQuery is Google Cloud's serverless, highly-scalable, and cost-effective cloud data warehouse. It is a petabyte scale data warehouse that allows for super-fast queries using the processing power of Google's infrastructure. Because there is no infrastructure for you to manage, you can focus on uncovering meaningful insights using familiar SQL without the need for a database administrator. BigQuery is used by all types of organizations. You can access BigQuery by using the Google Cloud console, by using a command-line tool, or by making calls to the BigQuery REST API using a variety of client libraries such as Java, .NET, or Python. There are also several third-party tools that you can use to interact with BigQuery, such as visualizing the data, or loading the data. Here is an example of a Standard SQL query on a table called groceries. This query produces one output column for each column in the table groceries, aliased as g.

2. Let's practice!

Create Your Free Account

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.