(From stores_clean database)

  1. How many product types have the customers bought?

  2. What CommissionAmounts (in money) have we got for each Transaction?

  3. What is the total commission amount collected in January?

  4. Crosstab query:

    • row: transactionID

    • column: ItemID

    • value: number of transactions (use count for aggregation)

    • filter: total spent in the transaction >20000

    • <fac_num>_name_crosstab.jpg, upload the file screenshot
  5.  https://forms.gle/BpCr8tBhX6Xx7Bow6

Last modified: Wednesday, 20 April 2022, 12:27 PM