Table of Contents (🔎 Click to expand/collapse)
Storing and querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. BigQuery is an enterprise data warehouse that solves this problem by enabling super-fast SQL queries using the processing power of Google's infrastructure. Simply move your data into BigQuery and let us handle the hard work. You can control access to both the project and your data based on your business needs, such as giving others the ability to view or query your data.
You can access BigQuery in the Console, the classic Web UI or 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 a variety of third-party tools that you can use to interact with BigQuery, such as visualizing the data or loading the data.
- Click Navigation Menu > BigQuery.
- Click DONE in the Welcome to BigQuery in the Cloud Console dialog.
- Click Navigation Menu > BigQuery.
- Write query into the BigQuery Query editor.
- Click Run.
- Click Navigation Menu > BigQuery.
- In the left pane, click our project name in the ∫ section.
- Click Create Dataset.
- Fill up all fields and then click Create dataset.
- Click Navigation Menu > BigQuery.
- Navigate to the dataset, then click CREATE TABLE.
- In the Create Table dialog, set all the fields.
- Click Create Table.