Develop reliable BigQuery analytics workflows, queries, schemas, and operational patterns.
---
name: bigquery-basics
description: >-
Manages datasets, tables, and jobs in BigQuery. Use when you need to interact
with BigQuery, run SQL queries, manage BigQuery resources (datasets, tables,
views), or perform basic data ingestion and analysis.
---
# BigQuery Basics
BigQuery is a serverless, AI-ready data platform that enables high-speed
analysis of large datasets using SQL and Python. Its disaggregated architecture
separates compute and storage, allowing them to scale independently while
providing built-in machine learning, geospatial analysis, and business
intelligence capabilities.
## Setup and Basic Usage
1. **Enable the BigQuery API:**
```bash
gcloud services enable bigquery.googleapis.com --quiet
```
2. **Create a Dataset:**… install to load the full skill