Troubleshooting Common SQL Errors with BigQuery Reviews

109777 reviews

JOSE G. · Reviewed أكثر من سنة ago

Vishal P. · Reviewed أكثر من سنة ago

Mario F. · Reviewed أكثر من سنة ago

Vinicius R. · Reviewed أكثر من سنة ago

Prince Hritik T. · Reviewed أكثر من سنة ago

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. · Reviewed أكثر من سنة ago

Poorvaj K. · Reviewed أكثر من سنة ago

Uttam Kumar R. · Reviewed أكثر من سنة ago

Ankush O. · Reviewed أكثر من سنة ago

Sumit N. · Reviewed أكثر من سنة ago

Tejas C. · Reviewed أكثر من سنة ago

Daniel L. · Reviewed أكثر من سنة ago

mohamed k. · Reviewed أكثر من سنة ago

Ritesh R. · Reviewed أكثر من سنة ago

Muhammad Rifai S. · Reviewed أكثر من سنة ago

Harshit .. · Reviewed أكثر من سنة ago

Neerav M. · Reviewed أكثر من سنة ago

Jagadeesh H. · Reviewed أكثر من سنة ago

Vishal P. · Reviewed أكثر من سنة ago

Sam G. · Reviewed أكثر من سنة ago

Payal M. · Reviewed أكثر من سنة ago

Harsh S. · Reviewed أكثر من سنة ago

some query solutions do not work

Mohnish H. · Reviewed أكثر من سنة ago

Terence S. · Reviewed أكثر من سنة ago

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. · Reviewed أكثر من سنة ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.