-
Notifications
You must be signed in to change notification settings - Fork 1
BigQuery
GradedJestRisk edited this page Nov 12, 2025
·
4 revisions
OLAP, column-oriented storage
Partition
Cluster
Temporary table
View
Procedural
Concurrency control SO
Level:
- project
- dataset
- table
Identifier (table name) are escaped with backticks.
SELECT *
FROM `dataset.products`
SQL-compliant : Google SQL
Shortcut:
- execute : Ctrl + Enter
- complete: Ctrl + Space
- format: Ctrl + Shift + F
- comment : Ctrl + /