BigQuery ile Sık Karşılaşılan SQL Hatalarını Giderme Reviews
109777 reviews
JOSE G. · Reviewed 1 yıldan fazla ago
Vishal P. · Reviewed 1 yıldan fazla ago
Mario F. · Reviewed 1 yıldan fazla ago
Vinicius R. · Reviewed 1 yıldan fazla ago
Prince Hritik T. · Reviewed 1 yıldan fazla 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 1 yıldan fazla ago
Poorvaj K. · Reviewed 1 yıldan fazla ago
Uttam Kumar R. · Reviewed 1 yıldan fazla ago
Ankush O. · Reviewed 1 yıldan fazla ago
Sumit N. · Reviewed 1 yıldan fazla ago
Tejas C. · Reviewed 1 yıldan fazla ago
Daniel L. · Reviewed 1 yıldan fazla ago
mohamed k. · Reviewed 1 yıldan fazla ago
Ritesh R. · Reviewed 1 yıldan fazla ago
Muhammad Rifai S. · Reviewed 1 yıldan fazla ago
Harshit .. · Reviewed 1 yıldan fazla ago
Neerav M. · Reviewed 1 yıldan fazla ago
Jagadeesh H. · Reviewed 1 yıldan fazla ago
Vishal P. · Reviewed 1 yıldan fazla ago
Sam G. · Reviewed 1 yıldan fazla ago
Payal M. · Reviewed 1 yıldan fazla ago
Harsh S. · Reviewed 1 yıldan fazla ago
some query solutions do not work
Mohnish H. · Reviewed 1 yıldan fazla ago
Terence S. · Reviewed 1 yıldan fazla ago
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. · Reviewed 1 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.