Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To estimate the annual cost of a BigQuery query scheduled to run nightly, which approach should you take?
A
Use bq estimate to determine the amount billed for a single query. Multiply this amount by 365.
bq estimate
B
Use gcloud query --dry_run to determine the number of bytes read by the query. Use this number in the Pricing Calculator.
gcloud query --dry_run
C
Use bq query --dry_run to determine the number of bytes read by the query. Use this number in the Pricing Calculator.
bq query --dry_run
D
Use gcloud estimate to determine the amount billed for a single query. Multiply this amount by 365.
gcloud estimate