ExamQuestions.com

Register
Login
Data Engineering on Microsoft Azure (DP-203) Exam Questions

Microsoft

Data Engineering on Microsoft Azure (DP-203)

216 / 240

Question 216:

Peter is a Data Engineer for Adatum Corporation. He is working on implementing tables on dedicatedSQL pools of Azure Synapse with T-SQL queries. He needs to use the GROUP BY clause for aggregating data to a summary set of rows. 
Which of the following three GROUP BY options are supported in the dedicated SQL pool of Azure Synapse?

Answer options:

A.GROUP BY with Hashing
B.GROUP BY with ROLLUP
C.GROUP BY with Replication
D.GROUPING SETS
E.GROUP BY with CUBE