Question 29 (1 point) If we Have the following Fact Table; Sales [SalesID, Date, Time, ProductID, Quantity, SaleAmount]
Posted: Tue Apr 12, 2022 10:23 am
Question 29 (1 point) If we Have the following Fact Table; Sales [SalesID, Date, Time, ProductID, Quantity, SaleAmount] we can do which of the following queries ? Queries involving monthly sales per product Queries involving total daily sales per product Queries involving individual sales All the queries above Question 30 (1 point) With the following fact table, which of the queries can be done? Sales [Date, pid, WeekySalesAmount, did] Tracking Monthly Sales Tracking individual sales Tracking Weekly Sales Tracking Weekly and Monthly Sales All of the above