Which five Transact-SQL segments should you use to develop the solution?

Posted by: Pdfprep Category: 70-761 Tags: , ,

DRAG DROP

Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You are developing a database to track customer orders. The database contains the following tables: Sales.Customers, Sales.Orders, and Sales.OrderLines. The following table describes the columns in Sales.Customers.

The following table describes the columns in Sales.Orders.

The following table describes the columns in Sales.OrderLines.

End of repeated scenario

You need to create a common table expression (CTE) that returns the total number of orders per year for each customer.

Which five Transact-SQL segments should you use to develop the solution? To answer, move the appropriate Transact-SQL segments from the list of Transact-SQL segments to the answer area and arrange them in the correct order.

Answer:

Explanation:

References: https://docs.microsoft.com/en-us/sql/t-sql/queries/with-common-table-expression-transact­sql?view=sql-server-2017

Leave a Reply

Your email address will not be published.