Ultimate access to all questions.
You are working with a lakehouse in Fabric that contains a table named 'Transactions' with columns 'TransactionID', 'ProductID', 'CustomerID', 'TransactionDate', and 'Amount'. You need to write a SQL query to find the total amount of transactions for each customer in the last month. How would you structure this query?