리뷰 BigQuery로 일반적인 SQL 오류 문제 해결하기개
리뷰 109370개
JAIKEY S. · 1년 초과 전에 리뷰됨
Sparsh G. · 1년 초과 전에 리뷰됨
Sayoni S. · 1년 초과 전에 리뷰됨
Aman K. · 1년 초과 전에 리뷰됨
Raunak G. · 1년 초과 전에 리뷰됨
Om A. · 1년 초과 전에 리뷰됨
Sarah Z. · 1년 초과 전에 리뷰됨
gcp f. · 1년 초과 전에 리뷰됨
Gaurav S. · 1년 초과 전에 리뷰됨
did all tasks, mentioned differences in different average functions, different data sources assuming because different precision, one task was not accepted; i asked in the shell why, this is only bad style
Christian W. · 1년 초과 전에 리뷰됨
Priyanshu G. · 1년 초과 전에 리뷰됨
Prashant B. · 1년 초과 전에 리뷰됨
Nice lab
Preet J. · 1년 초과 전에 리뷰됨
Jesús Francisco P. · 1년 초과 전에 리뷰됨
Anant P. · 1년 초과 전에 리뷰됨
Tasks 2 and 3 will not clear - no matter how I write the query. The "tips" are too vague to be helpful. Add a column to the query for Task 2 - what other column do I need to return total customers who check out? Same for Task 3 is asks for something different than the exercise asked for. How do I clear this to complete the module?
BC H. · 1년 초과 전에 리뷰됨
Alejandra B. · 1년 초과 전에 리뷰됨
JOSE G. · 1년 초과 전에 리뷰됨
Vishal P. · 1년 초과 전에 리뷰됨
Mario F. · 1년 초과 전에 리뷰됨
Vinicius R. · 1년 초과 전에 리뷰됨
Prince Hritik T. · 1년 초과 전에 리뷰됨
Task 3. List the cities with the most transactions with your ecommerce site - is challenging and lacks clear instructions on what to do because even if you run the provided SQL query it doesn't complete the assesment so I had to improvise and use this query below: #standardSQL SELECT geoNetwork_city, SUM(totals_transactions) AS total_products_ordered, COUNT( DISTINCT fullVisitorId) AS distinct_visitors, SUM(totals_transactions) / COUNT( DISTINCT fullVisitorId) AS avg_products_ordered FROM `data-to-insights.ecommerce.rev_transactions` GROUP BY geoNetwork_city HAVING COUNT( DISTINCT fullVisitorId) > 1000 ORDER BY distinct_visitors DESC
Renzi Mae V. · 1년 초과 전에 리뷰됨
Poorvaj K. · 1년 초과 전에 리뷰됨
Uttam Kumar R. · 1년 초과 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.