Collect, process, and store data in BigQuery Rezensionen
5048 Rezensionen
Avanthika T. · Vor 10 Monate überprüft
K K. · Vor 10 Monate überprüft
B Saloni P. · Vor 10 Monate überprüft
Vinoth K. · Vor 10 Monate überprüft
It should be okay to use CREATE OR REPLACE TABLE AS SELECT instead of CREATE TABLE AS SELECT as well.
Duygu Ş. · Vor 10 Monate überprüft
Jeniga S. · Vor 10 Monate überprüft
Divya A. · Vor 10 Monate überprüft
Elakkiya E. · Vor 10 Monate überprüft
Paulo Z. · Vor 10 Monate überprüft
Angelo Eugenio M. · Vor 10 Monate überprüft
Saul Uriel C. · Vor 10 Monate überprüft
Yashal F. · Vor 10 Monate überprüft
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. · Vor 10 Monate überprüft
Julio N. · Vor 10 Monate überprüft
Asmae B. · Vor 10 Monate überprüft
Srinithi k. · Vor 10 Monate überprüft
Radhika P. · Vor 10 Monate überprüft
Juan Camilo R. · Vor 10 Monate überprüft
Ghousiya A. · Vor 10 Monate überprüft
Baskar B. · Vor 10 Monate überprüft
Dhanasekaran G. · Vor 10 Monate überprüft
Pierre B. · Vor 10 Monate überprüft
Yohannes G. · Vor 10 Monate überprüft
H. MOHAMMED T. · Vor 10 Monate überprüft
Gopalakannan G. · Vor 10 Monate überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.