Select from the dropdown lists to complete the text.
Instructions: For each of the following statements, select Yes if the statement is true.
Otherwise, select No. Each correct selection is worth one point.
Description of Behavior:
A clustered index sorts and stores the data columns of a table or view in order, based on the clustered index key. ( Yes, No )
A non-clustered index is defined on a table or view by using a clustered index or heap. ( Yes, No )
A unique index ensures that the index key contains no duplicate values and that every row in the table or view is unique. ( Yes, No )
A filtered index is a clustered index that is optimized for queries that select a small percentage of rows from a table. ( Yes, No )