Collect, process, and store data in BigQuery avis
5048 avis
Avanthika T. · Examiné il y a 10 mois
K K. · Examiné il y a 10 mois
B Saloni P. · Examiné il y a 10 mois
Vinoth K. · Examiné il y a 10 mois
It should be okay to use CREATE OR REPLACE TABLE AS SELECT instead of CREATE TABLE AS SELECT as well.
Duygu Ş. · Examiné il y a 10 mois
Jeniga S. · Examiné il y a 10 mois
Divya A. · Examiné il y a 10 mois
Elakkiya E. · Examiné il y a 10 mois
Paulo Z. · Examiné il y a 10 mois
Angelo Eugenio M. · Examiné il y a 10 mois
Saul Uriel C. · Examiné il y a 10 mois
Yashal F. · Examiné il y a 10 mois
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. · Examiné il y a 10 mois
Julio N. · Examiné il y a 10 mois
Asmae B. · Examiné il y a 10 mois
Srinithi k. · Examiné il y a 10 mois
Radhika P. · Examiné il y a 10 mois
Juan Camilo R. · Examiné il y a 10 mois
Ghousiya A. · Examiné il y a 10 mois
Baskar B. · Examiné il y a 10 mois
Dhanasekaran G. · Examiné il y a 10 mois
Pierre B. · Examiné il y a 10 mois
Yohannes G. · Examiné il y a 10 mois
H. MOHAMMED T. · Examiné il y a 10 mois
Gopalakannan G. · Examiné il y a 10 mois
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.