exam questions

Exam 70-761 All Questions

View all questions & answers for the 70-761 exam

Exam 70-761 topic 1 question 190 discussion

Actual exam question from Microsoft's 70-761
Question #: 190
Topic #: 1
[All 70-761 Questions]

HOTSPOT -
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.
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.

You need to design an indexed view to return customer information.
What are the requirements for creating an indexed view? Use the drop-down menus to select the answer choice that completes each statement.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Deterministic -
The definition of an indexed view must be deterministic. A view is deterministic if all expressions in the select list, as well as the WHERE and GROUP BY clauses, are deterministic.

Box 2: SCHEMABINDING -
Create the view by using the WITH SCHEMABINDING option.

Box 3: unique clustered -
The first index created on a view must be a unique clustered index.
References:
https://docs.microsoft.com/en-us/sql/relational-databases/views/create-indexed-views

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
eggzamtaker
4 years, 5 months ago
The provided answer is correct.
upvoted 1 times
Billybob0604
4 years, 5 months ago
Eggstaker, you are right
upvoted 1 times
...
...
lh2607
4 years, 6 months ago
Correctimundo
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...