Como solucionar problemas comuns de SQL com o BigQuery avaliações

109777 avaliações

JOSE G. · Revisado há over 1 year

Vishal P. · Revisado há over 1 year

Mario F. · Revisado há over 1 year

Vinicius R. · Revisado há over 1 year

Prince Hritik T. · Revisado há 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. · Revisado há over 1 year

Poorvaj K. · Revisado há over 1 year

Uttam Kumar R. · Revisado há over 1 year

Ankush O. · Revisado há over 1 year

Sumit N. · Revisado há over 1 year

Tejas C. · Revisado há over 1 year

Daniel L. · Revisado há over 1 year

mohamed k. · Revisado há over 1 year

Ritesh R. · Revisado há over 1 year

Muhammad Rifai S. · Revisado há over 1 year

Harshit .. · Revisado há over 1 year

Neerav M. · Revisado há over 1 year

Jagadeesh H. · Revisado há over 1 year

Vishal P. · Revisado há over 1 year

Sam G. · Revisado há over 1 year

Payal M. · Revisado há over 1 year

Harsh S. · Revisado há over 1 year

some query solutions do not work

Mohnish H. · Revisado há over 1 year

Terence S. · Revisado há 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. · 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.