Collect, process, and store data in BigQuery Reviews
5048 reviews
Avanthika T. · Reviewed 10 месяцев ago
K K. · Reviewed 10 месяцев ago
B Saloni P. · Reviewed 10 месяцев ago
Vinoth K. · Reviewed 10 месяцев ago
It should be okay to use CREATE OR REPLACE TABLE AS SELECT instead of CREATE TABLE AS SELECT as well.
Duygu Ş. · Reviewed 10 месяцев ago
Jeniga S. · Reviewed 10 месяцев ago
Divya A. · Reviewed 10 месяцев ago
Elakkiya E. · Reviewed 10 месяцев ago
Paulo Z. · Reviewed 10 месяцев ago
Angelo Eugenio M. · Reviewed 10 месяцев ago
Saul Uriel C. · Reviewed 10 месяцев ago
Yashal F. · Reviewed 10 месяцев ago
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. · Reviewed 10 месяцев ago
Julio N. · Reviewed 10 месяцев ago
Asmae B. · Reviewed 10 месяцев ago
Srinithi k. · Reviewed 10 месяцев ago
Radhika P. · Reviewed 10 месяцев ago
Juan Camilo R. · Reviewed 10 месяцев ago
Ghousiya A. · Reviewed 10 месяцев ago
Baskar B. · Reviewed 10 месяцев ago
Dhanasekaran G. · Reviewed 10 месяцев ago
Pierre B. · Reviewed 10 месяцев ago
Yohannes G. · Reviewed 10 месяцев ago
H. MOHAMMED T. · Reviewed 10 месяцев ago
Gopalakannan G. · Reviewed 10 месяцев ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.