Microsoft Fabric Data Engineer Associate DP-700 Practice Question

The Sales table in a Microsoft Fabric Warehouse has columns region, product_category, and amount. Write one T-SQL query that returns: 1) totals per (region, product_category), 2) subtotals per region, 3) subtotals per product_category, and 4) an overall total. Which GROUP BY clause accomplishes this with the least code?

  • GROUP BY GROUPING SETS ((region, product_category), (region), (product_category))

  • GROUP BY ROLLUP (region, product_category)

  • GROUP BY CUBE (region, product_category)

  • GROUP BY region, product_category

Microsoft Fabric Data Engineer Associate DP-700
Ingest and transform data
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot