Gerar insights a partir de dados do BigQuery: laboratório com desafio avaliações
79797 avaliações
APEKSHA U. · Revisado há over 1 year
Sachin S. · Revisado há over 1 year
Glenn W. · Revisado há over 1 year
The worst of all ... as if the system only understands specific SQL statements yet querying SQL statements can be of different ways but getting the same output.But this one here, ......!!! like all these codes get the same result 1. SELECT total_cases_worldwide FROM ( SELECT SUM(cumulative_confirmed) AS total_cases_worldwide FROM `bigquery-public-data.covid19_open_data.covid19_open_data` WHERE date = '2020-05-25' ) AS subquery; 2.SELECT SUM(cumulative_confirmed) AS total_cases_worldwide FROM `bigquery-public-data.covid19_open_data.covid19_open_data` GROUP BY date HAVING date = '2020-05-25'; 3.WITH cases_on_date AS ( SELECT cumulative_confirmed FROM `bigquery-public-data.covid19_open_data.covid19_open_data` WHERE date = '2020-05-25' ) SELECT SUM(cumulative_confirmed) AS total_cases_worldwide FROM cases_on_date; " All those upon a research i did, gives the same result but the system here is Nagging. I tried and tried and tried not giving up because of the time i have spent learning but, the output is .............
JEREMIAH JOSEPH O. · Revisado há over 1 year
Vinoth A. · Revisado há over 1 year
The time is a bit shorter for begineers. If possible, increase it to 2 hrs. I was trying to build everything without copying but could not finish the last question.
John T. · Revisado há over 1 year
Nicholas A. · Revisado há over 1 year
Mohammad S. · Revisado há over 1 year
For the Looker studio assignment, instructions should be more clear
Parth V. · Revisado há over 1 year
My last attempt was not marked as green.
Olena V. · Revisado há over 1 year
Olena V. · Revisado há over 1 year
Marinela P. · Revisado há over 1 year
Abhijeet k. · Revisado há over 1 year
Khushi K. · Revisado há over 1 year
Alex O. · Revisado há over 1 year
HERNAN A. · Revisado há over 1 year
Vaibhavi P. · Revisado há over 1 year
Mandeep K. · Revisado há over 1 year
SAYAN G. · Revisado há over 1 year
Sriramkrishna . · Revisado há over 1 year
section 10 bugged out and would not let me complete. Had to use the "Explore in Looker Studio" option in BQ. waste of my time
Ellie H. · Revisado há over 1 year
Dan R. · Revisado há over 1 year
Vanshika J. · Revisado há over 1 year
ANUSHKA B. · Revisado há over 1 year
Bilal B. · Revisado há over 1 year
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.