Ultimate access to all questions.
You manage a Fabric warehouse with a table named Staging.Sales. The Staging.Sales table includes the following columns: ProductID, ProductName, Amount, and SaleDate. Your task is to compose a T-SQL query that retrieves data for the year 2023, displaying the ProductID and ProductName for products that have a total Amount greater than 10,000. What query should you use?