Ultimate access to all questions.
Consider a scenario where you are tasked with querying a lakehouse in Fabric to extract sales data for the last quarter. The lakehouse contains multiple tables, including 'Sales', 'Products', and 'Customers'. Write a SQL query that joins these tables to retrieve the total sales amount, product name, and customer name for each transaction. Additionally, ensure that the query filters out any transactions that occurred before the last quarter. How would you structure this query?