关于“利用 BigQuery 排解常見的 SQL 錯誤”的评价

评论

JOSE G. · 评论over 1 year之前

Vishal P. · 评论over 1 year之前

Mario F. · 评论over 1 year之前

Vinicius R. · 评论over 1 year之前

Prince Hritik T. · 评论over 1 year之前

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. · 评论over 1 year之前

Poorvaj K. · 评论over 1 year之前

Uttam Kumar R. · 评论over 1 year之前

Ankush O. · 评论over 1 year之前

Sumit N. · 评论over 1 year之前

Tejas C. · 评论over 1 year之前

Daniel L. · 评论over 1 year之前

mohamed k. · 评论over 1 year之前

Ritesh R. · 评论over 1 year之前

Muhammad Rifai S. · 评论over 1 year之前

Harshit .. · 评论over 1 year之前

Neerav M. · 评论over 1 year之前

Jagadeesh H. · 评论over 1 year之前

Vishal P. · 评论over 1 year之前

Sam G. · 评论over 1 year之前

Payal M. · 评论over 1 year之前

Harsh S. · 评论over 1 year之前

some query solutions do not work

Mohnish H. · 评论over 1 year之前

Terence S. · 评论over 1 year之前

Check my progress on task 2 keeps failing and not at all clear why. I've done the step so don't know what the issue is.

Atif H. · 评论over 1 year之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。