> For the complete documentation index, see [llms.txt](https://learn.canceridc.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.canceridc.dev/cookbook/bigquery.md).

# BigQuery

Get started with using BigQuery with IDC data following our [Getting Started tutorial](https://github.com/ImagingDataCommons/IDC-Examples/tree/master/notebooks/getting_started)

[This document](https://docs.google.com/document/d/1qC5_qUFBQ2HmEjfYQa9WaH1Y-erMlfis00bbU8UPnRs/edit?usp=sharing) contains various examples of using BigQuery for searching DICOM metadata in IDC BQ tables.

## Learning resources

* [Intro to SQL course on Kaggle](https://www.kaggle.com/learn/intro-to-sql)
* Query performance considerations
  * <https://cloud.google.com/bigquery/docs/best-practices-performance-overview>
  * <https://cloud.google.com/bigquery/docs/best-practices-performance-compute>
  * Temporary tables: <https://cloud.google.com/bigquery/docs/multi-statement-queries#temporary_tables>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.canceridc.dev/cookbook/bigquery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
