Opiniones sobre Cómo solucionar errores comunes de SQL con BigQuery
109370 opiniones
JAIKEY S. · Se revisó hace más de 1 año
Sparsh G. · Se revisó hace más de 1 año
Sayoni S. · Se revisó hace más de 1 año
Aman K. · Se revisó hace más de 1 año
Raunak G. · Se revisó hace más de 1 año
Om A. · Se revisó hace más de 1 año
Sarah Z. · Se revisó hace más de 1 año
gcp f. · Se revisó hace más de 1 año
Gaurav S. · Se revisó hace más de 1 año
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. · Se revisó hace más de 1 año
Priyanshu G. · Se revisó hace más de 1 año
Prashant B. · Se revisó hace más de 1 año
Nice lab
Preet J. · Se revisó hace más de 1 año
Jesús Francisco P. · Se revisó hace más de 1 año
Anant P. · Se revisó hace más de 1 año
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. · Se revisó hace más de 1 año
Alejandra B. · Se revisó hace más de 1 año
JOSE G. · Se revisó hace más de 1 año
Vishal P. · Se revisó hace más de 1 año
Mario F. · Se revisó hace más de 1 año
Vinicius R. · Se revisó hace más de 1 año
Prince Hritik T. · Se revisó hace más de 1 año
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. · Se revisó hace más de 1 año
Poorvaj K. · Se revisó hace más de 1 año
Uttam Kumar R. · Se revisó hace más de 1 año
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.