Valid 70-761 Dumps shared by ExamDiscuss.com for Helping Passing 70-761 Exam! ExamDiscuss.com now offer the newest 70-761 exam dumps, the ExamDiscuss.com 70-761 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-761 dumps with Test Engine here:
You run the following Transact-SQL statement: You use the table to store data about training courses: when they finished the location, and the number of participants in the courses. You need to display a result set that shows aggregates for all possible combinations of the number of participants. Which Transact-SQL statement should you run? SELECT CourseID, CourseDate, SUM(NumParticipants)
Correct Answer: C
Explanation/Reference: Explanation: The WITH CUBE clause causes the query to compute all possible totals References: https://blogs.msdn.microsoft.com/craigfr/2007/09/27/aggregation-with-cube/