Choose the incorrect option about the sql server index

Options
- Two types of indexes - clustered indexes and non-clustered indexes
- Both types use B-TREE for searching data
- Only one clustered index on a table
- More than one clustered index on a table


CORRECT ANSWER : More than one clustered index on a table

Discussion Board
Index

An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each value that appears in the indexed columns. Indexes are created on columns in tables or views. The index provides a fast way to look up data based on the values within those columns.

Prajakta Pandit 03-6-2017 07:19 AM

SQL Server Test

is good test

narendra 02-1-2017 09:53 PM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement