Collect, process, and store data in BigQuery Reviews
Loading...
No results found.

Apply your skills in Google Cloud console

Collect, process, and store data in BigQuery Reviews

5048 reviews

Avanthika T. · Reviewed 10 ay ago

K K. · Reviewed 10 ay ago

B Saloni P. · Reviewed 10 ay ago

Vinoth K. · Reviewed 10 ay ago

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

Duygu Ş. · Reviewed 10 ay ago

Jeniga S. · Reviewed 10 ay ago

Divya A. · Reviewed 10 ay ago

Elakkiya E. · Reviewed 10 ay ago

Paulo Z. · Reviewed 10 ay ago

Angelo Eugenio M. · Reviewed 10 ay ago

Saul Uriel C. · Reviewed 10 ay ago

Yashal F. · Reviewed 10 ay 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 ay ago

Julio N. · Reviewed 10 ay ago

Asmae B. · Reviewed 10 ay ago

Srinithi k. · Reviewed 10 ay ago

Radhika P. · Reviewed 10 ay ago

Juan Camilo R. · Reviewed 10 ay ago

Ghousiya A. · Reviewed 10 ay ago

Baskar B. · Reviewed 10 ay ago

Dhanasekaran G. · Reviewed 10 ay ago

Pierre B. · Reviewed 10 ay ago

Yohannes G. · Reviewed 10 ay ago

H. MOHAMMED T. · Reviewed 10 ay ago

Gopalakannan G. · Reviewed 10 ay ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.