关于“Collect, process, and store data in BigQuery”的评价
正在加载…
未找到任何结果。

在 Google Cloud 控制台中运用您的技能

关于“Collect, process, and store data in BigQuery”的评价

评论

Avanthika T. · 评论10 months之前

K K. · 评论10 months之前

B Saloni P. · 评论10 months之前

Vinoth K. · 评论10 months之前

It should be okay to use CREATE OR REPLACE TABLE AS SELECT instead of CREATE TABLE AS SELECT as well.

Duygu Ş. · 评论10 months之前

Jeniga S. · 评论10 months之前

Divya A. · 评论10 months之前

Elakkiya E. · 评论10 months之前

Paulo Z. · 评论10 months之前

Angelo Eugenio M. · 评论10 months之前

Saul Uriel C. · 评论10 months之前

Yashal F. · 评论10 months之前

The queries should be drafted in the exact syntax as you defined in order to progess. I completed the challenge and created the table with expected results but could not progress until I copy pasted the query from solution CREATE OR REPLACE TABLE fintech.loan_purposes AS SELECT DISTINCT lo.application.purpose as purpose from fintech.loan lo; Drop table fintech.loan_purposes; CREATE TABLE fintech.loan_purposes AS SELECT DISTINCT application.purpose FROM fintech.loan; Create or replace table fintech.loan_count_by_year as select issue_year ,count(loan_id) as loan_count from fintech.loan group by issue_year; drop table fintech.loan_count_by_year; CREATE TABLE fintech.loan_count_by_year AS SELECT issue_year, count(loan_id) AS loan_count FROM fintech.loan GROUP BY issue_year;

Renu S. · 评论10 months之前

Julio N. · 评论10 months之前

Asmae B. · 评论10 months之前

Srinithi k. · 评论10 months之前

Radhika P. · 评论10 months之前

Juan Camilo R. · 评论10 months之前

Ghousiya A. · 评论10 months之前

Baskar B. · 评论10 months之前

Dhanasekaran G. · 评论10 months之前

Pierre B. · 评论10 months之前

Yohannes G. · 评论10 months之前

H. MOHAMMED T. · 评论10 months之前

Gopalakannan G. · 评论10 months之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。