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 have a disk-based table that contains 15 columns. You query the table for the number of new rows created during the current day. You need to create an index for the query. The solution must generate the smallest possible index. Which type of index should you create?
Correct Answer: B
Explanation/Reference: Explanation: A filtered index is an optimized nonclustered index especially suited to cover queries that select from a well-defined subset of data. It uses a filter predicate to index a portion of rows in the table. A well-designed filtered index can improve query performance as well as reduce index maintenance and storage costs compared with full-table indexes. Creating a filtered index can reduce disk storage for nonclustered indexes when a full-table index is not necessary. References: https://docs.microsoft.com/en-us/sql/relational-databases/indexes/create-filtered-indexes