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.