Troubleshooting Common SQL Errors with BigQuery Reviews
109369 reviews
Sparsh G. · Reviewed over 1 year ago
Sayoni S. · Reviewed over 1 year ago
Aman K. · Reviewed over 1 year ago
Raunak G. · Reviewed over 1 year ago
Om A. · Reviewed over 1 year ago
Sarah Z. · Reviewed over 1 year ago
gcp f. · Reviewed over 1 year ago
Gaurav S. · Reviewed over 1 year ago
did all tasks, mentioned differences in different average functions, different data sources assuming because different precision, one task was not accepted; i asked in the shell why, this is only bad style
Christian W. · Reviewed over 1 year ago
Priyanshu G. · Reviewed over 1 year ago
Prashant B. · Reviewed over 1 year ago
Nice lab
Preet J. · Reviewed over 1 year ago
Jesús Francisco P. · Reviewed over 1 year ago
Anant P. · Reviewed over 1 year ago
Tasks 2 and 3 will not clear - no matter how I write the query. The "tips" are too vague to be helpful. Add a column to the query for Task 2 - what other column do I need to return total customers who check out? Same for Task 3 is asks for something different than the exercise asked for. How do I clear this to complete the module?
BC H. · Reviewed over 1 year ago
Alejandra B. · Reviewed over 1 year ago
JOSE G. · Reviewed over 1 year ago
Vishal P. · Reviewed over 1 year ago
Mario F. · Reviewed over 1 year ago
Vinicius R. · Reviewed over 1 year ago
Prince Hritik T. · Reviewed over 1 year 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 over 1 year ago
Poorvaj K. · Reviewed over 1 year ago
Uttam Kumar R. · Reviewed over 1 year ago
Ankush O. · Reviewed over 1 year ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.