- A List Of The Store Names From The Dimstore Table And The Total Sales The Sum Of The Column Salesamount Of The Facts 1 (28.99 KiB) Viewed 23 times
✓a list of the store names (from the DimStore table) and the total sales (the sum of the column SalesAmount of the FactS
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
✓a list of the store names (from the DimStore table) and the total sales (the sum of the column SalesAmount of the FactS
✓a list of the store names (from the DimStore table) and the total sales (the sum of the column SalesAmount of the FactSales table) of each store with the alias name TotalSales for the column in the result (think about INNER JOIN and GROUP BY). Order the result by TotalSales in the descending order (DESC)