✓a list of the store names (from the DimStore table) and the total sales (the sum of the column SalesAmount of the FactS
Posted: Tue Jul 12, 2022 8:17 am
✓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)