Exam Preparation Quiz

Question 1 of 75

Query Fabric warehouse data

You work for MDFT Academy, a well known training agency. MDFT Academy operates a Fabric warehouse that contains a table named Staging.Sales. Staging.Sales contains the following columns:

NameData typeNullable
ProductIDIntegerNo
ProductNameVarchar(30)No
SalesDateDatetime2(6)No
WholesalePriceDecimal(18,2)Yes
AmountDecimal(18,2)Yes

You need to write a T-SQL query that will return data for the year 2023 that displays ProductID and ProductName and has a summarized Amount that is higher than 10,000.

Which query should you use?

Choose all correct answers from the options below.

Explanations for each answer:

Learn more about T-SQL queries in Fabric
T-SQL Queries
Next Question