Opiniones sobre Recopila, procesa y almacena datos en BigQuery
5048 opiniones
Avanthika T. · Se revisó hace 10 meses
K K. · Se revisó hace 10 meses
B Saloni P. · Se revisó hace 10 meses
Vinoth K. · Se revisó hace 10 meses
It should be okay to use CREATE OR REPLACE TABLE AS SELECT instead of CREATE TABLE AS SELECT as well.
Duygu Ş. · Se revisó hace 10 meses
Jeniga S. · Se revisó hace 10 meses
Divya A. · Se revisó hace 10 meses
Elakkiya E. · Se revisó hace 10 meses
Paulo Z. · Se revisó hace 10 meses
Angelo Eugenio M. · Se revisó hace 10 meses
Saul Uriel C. · Se revisó hace 10 meses
Yashal F. · Se revisó hace 10 meses
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. · Se revisó hace 10 meses
Julio N. · Se revisó hace 10 meses
Asmae B. · Se revisó hace 10 meses
Srinithi k. · Se revisó hace 10 meses
Radhika P. · Se revisó hace 10 meses
Juan Camilo R. · Se revisó hace 10 meses
Ghousiya A. · Se revisó hace 10 meses
Baskar B. · Se revisó hace 10 meses
Dhanasekaran G. · Se revisó hace 10 meses
Pierre B. · Se revisó hace 10 meses
Yohannes G. · Se revisó hace 10 meses
H. MOHAMMED T. · Se revisó hace 10 meses
Gopalakannan G. · Se revisó hace 10 meses
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.