Häufig auftretende SQL-Fehler mit BigQuery beheben Rezensionen
109777 Rezensionen
JOSE G. · Vor mehr als ein Jahr überprüft
Vishal P. · Vor mehr als ein Jahr überprüft
Mario F. · Vor mehr als ein Jahr überprüft
Vinicius R. · Vor mehr als ein Jahr überprüft
Prince Hritik T. · Vor mehr als ein Jahr überprüft
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. · Vor mehr als ein Jahr überprüft
Poorvaj K. · Vor mehr als ein Jahr überprüft
Uttam Kumar R. · Vor mehr als ein Jahr überprüft
Ankush O. · Vor mehr als ein Jahr überprüft
Sumit N. · Vor mehr als ein Jahr überprüft
Tejas C. · Vor mehr als ein Jahr überprüft
Daniel L. · Vor mehr als ein Jahr überprüft
mohamed k. · Vor mehr als ein Jahr überprüft
Ritesh R. · Vor mehr als ein Jahr überprüft
Muhammad Rifai S. · Vor mehr als ein Jahr überprüft
Harshit .. · Vor mehr als ein Jahr überprüft
Neerav M. · Vor mehr als ein Jahr überprüft
Jagadeesh H. · Vor mehr als ein Jahr überprüft
Vishal P. · Vor mehr als ein Jahr überprüft
Sam G. · Vor mehr als ein Jahr überprüft
Payal M. · Vor mehr als ein Jahr überprüft
Harsh S. · Vor mehr als ein Jahr überprüft
some query solutions do not work
Mohnish H. · Vor mehr als ein Jahr überprüft
Terence S. · Vor mehr als ein Jahr überprüft
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. · Vor mehr als ein Jahr überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.