关于“在 BigQuery 中排查常见的 SQL 错误”的评价
109777 条评价
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 核实。