Examining Billing data with BigQuery Reviews

6007 reviews

I could not complete this lab on the old UI. Had to do it on the new one. As a result, I had to alter most of the queries. They are posted below for your reference. SELECT * FROM `imported_billing_data.sampleinfotable` WHERE `imported_billing_data.sampleinfotable`.Cost > 0 SELECT product, resource_type, start_time, end_time, cost, project_id, project_name, project_labels_key, currency, currency_conversion_rate, usage_amount, usage_unit FROM `cloud-training-prod-bucket.arch_infra`.billing_data as billing_data WHERE (billing_data.cost > 0) LIMIT 100 SELECT product, resource_type, start_time, end_time, cost, project_id, project_name, project_labels_key, currency, currency_conversion_rate, usage_amount, usage_unit FROM `cloud-training-prod-bucket.arch_infra.billing_data` as billing_data WHERE (billing_data.cost > 3) SELECT product, COUNT(*) FROM `cloud-training-prod-bucket.arch_infra.billing_data` GROUP BY product SELECT product, COUNT(*) FROM `cloud-training-prod-bucket.arch_infra.billing_data` as billing_data WHERE (billing_data.cost > 1) GROUP BY product SELECT usage_unit, COUNT(*) FROM `cloud-training-prod-bucket.arch_infra.billing_data` GROUP BY usage_unit SELECT product, SUM(cost) as total_cost FROM `cloud-training-prod-bucket.arch_infra.billing_data` as billing_data GROUP BY product ORDER BY total_cost

Fisnik S. · Reviewed 7 yıldan fazla ago

Serhii D. · Reviewed 7 yıldan fazla ago

Sergei D. · Reviewed 7 yıldan fazla ago

RAMESH R. · Reviewed 7 yıldan fazla ago

Brendan O. · Reviewed 7 yıldan fazla ago

hhhh

Joshua H. · Reviewed 7 yıldan fazla ago

Chris K. · Reviewed 7 yıldan fazla ago

Edvard M. · Reviewed 7 yıldan fazla ago

Alan d. · Reviewed 7 yıldan fazla ago

ALBERTO P. · Reviewed 7 yıldan fazla ago

D F. · Reviewed 7 yıldan fazla ago

Anatol H. · Reviewed 7 yıldan fazla ago

Why use Classic UI when it is a new one? Should we not learn how to use the new one even if its a beta?

Martin L. · Reviewed 7 yıldan fazla ago

Dante S. · Reviewed 7 yıldan fazla ago

Artsem B. · Reviewed 7 yıldan fazla ago

Charaka R. · Reviewed 7 yıldan fazla ago

I think we could have done more complex queries to demonstrate the power of the bigquery engine...

Michael K. · Reviewed 7 yıldan fazla ago

Just a BigQuery Advertising Lab :-(((

Volker I. · Reviewed 7 yıldan fazla ago

Declan G. · Reviewed 7 yıldan fazla ago

Hee Soo K. · Reviewed 7 yıldan fazla ago

Chungmin L. · Reviewed 7 yıldan fazla ago

Syntax is wrong for the queries.

Dennis L. · Reviewed 7 yıldan fazla ago

5

Ramachandra Rao I. · Reviewed 7 yıldan fazla ago

Swaminathan R. · Reviewed 7 yıldan fazla ago

Albin T. · Reviewed 7 yıldan fazla ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.