BigQuery のデータから分析情報を引き出す: チャレンジラボ のレビュー
79797 件のレビュー
UGALE APEKSHA · 1年以上前にレビュー済み
Shakya Sachin · 1年以上前にレビュー済み
W Glenn · 1年以上前にレビュー済み
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 .............
OKELLO JEREMIAH JOSEPH · 1年以上前にレビュー済み
Aganathan Vinoth · 1年以上前にレビュー済み
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.
Thuo John · 1年以上前にレビュー済み
Adams-Groke Nicholas · 1年以上前にレビュー済み
Saqib Mohammad · 1年以上前にレビュー済み
For the Looker studio assignment, instructions should be more clear
Vaghasiya Parth · 1年以上前にレビュー済み
My last attempt was not marked as green.
Vodzianova Olena · 1年以上前にレビュー済み
Vodzianova Olena · 1年以上前にレビュー済み
Popazu Marinela · 1年以上前にレビュー済み
kumar Abhijeet · 1年以上前にレビュー済み
Kumari Khushi · 1年以上前にレビュー済み
Oszter Alex · 1年以上前にレビュー済み
ALOMIA HERNAN · 1年以上前にレビュー済み
Pathak Vaibhavi · 1年以上前にレビュー済み
Kaur Mandeep · 1年以上前にレビュー済み
GHOSH SAYAN · 1年以上前にレビュー済み
G Deshpande Sriramkrishna · 1年以上前にレビュー済み
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
Huish Ellie · 1年以上前にレビュー済み
Rolls Dan · 1年以上前にレビュー済み
Jhala Vanshika · 1年以上前にレビュー済み
BOROLE ANUSHKA · 1年以上前にレビュー済み
BOUHAMIDI Bilal · 1年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。