Skip to content
  • There are no suggestions because the search field is empty.

How Do I Get Started With Big Query?

Overview

There are three main ways you interact with BigQuery:

  • Loading and exporting data
  • Querying and viewing data
  • Managing data

To perform these interactions, you can use:

Loading and exporting data

In most cases, you load data into BigQuery storage. If you want to get the data back out of BigQuery, you canexport the data.

Alternatively, you can set up a table as an external data source, which allows you to query data stored outside of BigQuery.

Querying and viewing data

After you load your data into BigQuery, you can query or view the data in your tables. For example, you can perform the following tasks:

Managing data

In addition to querying and viewing data, you can manage data in BigQuery in the following ways:

  • Listing projects, jobs, datasets, and tables
  • Getting information about jobs, datasets, and tables
  • Defining, updating, or patching datasets and tables
  • Deleting datasets and tables
  • Managing table partitions

Next steps

For more information about Big Query please look here.