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

109370 avaliações

JAIKEY S. · Revisado há over 1 year

Sparsh G. · Revisado há over 1 year

Sayoni S. · Revisado há over 1 year

Aman K. · Revisado há over 1 year

Raunak G. · Revisado há over 1 year

Om A. · Revisado há over 1 year

Sarah Z. · Revisado há over 1 year

gcp f. · Revisado há over 1 year

Gaurav S. · Revisado há over 1 year

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

Priyanshu G. · Revisado há over 1 year

Prashant B. · Revisado há over 1 year

Nice lab

Preet J. · Revisado há over 1 year

Jesús Francisco P. · Revisado há over 1 year

Anant P. · Revisado há over 1 year

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

Alejandra B. · Revisado há over 1 year

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

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.