Question: SQL Joins and Aggregations Using W3SCHOOLS SQL is located at http://www.w3schools.com/sql/default.asp 1) Write a query to show Customers' Country wise sales totals. Your query should

SQL Joins and Aggregations

Using W3SCHOOLS SQL is located at http://www.w3schools.com/sql/default.asp

SQL Joins and Aggregations Using W3SCHOOLS SQL is located at http://www.w3schools.com/sql/default.asp 1)

1) Write a query to show Customers' Country wise sales totals. Your query should show Customers' Country name and the total sale value for that Country. 2) Write a query to show Product wise sales totals. Your query should Product name and the total sale value for that Product. 3) Write a query to show the number of orders for each shipper. Your query should show shipper name and the count of orders with the shipper. 4) Write a query to show number of products in each product category. Your query should show Category name and number of products in that category. 5) Write a query that shows Customers' country wise customer count, and order count. Your query should show country name, total number of customers from that country, and total number of orders from the customers of that country 6) Write a query that shows the number of products supplied by each Supplier. Your query should show Country name, supplier name and the count of products supplied by that supplier

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!