Opiniones sobre Cómo solucionar errores comunes de SQL con BigQuery

109777 opiniones

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

Ankush O. · Se revisó hace más de 1 año

Sumit N. · Se revisó hace más de 1 año

Tejas C. · Se revisó hace más de 1 año

Daniel L. · Se revisó hace más de 1 año

mohamed k. · Se revisó hace más de 1 año

Ritesh R. · Se revisó hace más de 1 año

Muhammad Rifai S. · Se revisó hace más de 1 año

Harshit .. · Se revisó hace más de 1 año

Neerav M. · Se revisó hace más de 1 año

Jagadeesh H. · Se revisó hace más de 1 año

Vishal P. · Se revisó hace más de 1 año

Sam G. · Se revisó hace más de 1 año

Payal M. · Se revisó hace más de 1 año

Harsh S. · Se revisó hace más de 1 año

some query solutions do not work

Mohnish H. · Se revisó hace más de 1 año

Terence S. · Se revisó hace más de 1 año

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. · 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.