What are the different index configurations a table can have?

What are the different index configurations a table can have?

A table can have one of the following index configurations:
No indexes
A clustered index
A clustered index and many nonclustered indexes
A nonclustered index
Many nonclustered indexes

Comments

Popular posts from this blog

Google to FTS Syntax Cheat Sheet

@@rowcount

Reading lines from a file using SQL Server