关于“Collect, process, and store data in BigQuery”的评价
5048 条评价
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 核实。