Difference between Cluster and Non-cluster index?
Answer Posted / p.karthick
clustered index is physically stored
a table can have 1 clustered index
non clustered index is logically stored
a table can have 249 non clustred index
| Is This Answer Correct ? | 193 Yes | 46 No |
Post New Answer View All Answers
How can we remove orphan records from a table?
What are logical database components? : SQL Server Architecture
Can we use custom code in ssrs?
What should be the fill factor for indexes created on tables? : sql server database administration
What is compound operators?
Is null in sql server?
How to execute a sql statement using mssql_query()?
Write an sql query for deleting duplicate rows?
Explain the different types of backups available in sql server? : sql server database administration
Does partitioning help performance?
What are subqueries in sql server? Explain its properties.
How can you insert null values in a column while inserting the data?
What is the default server name for sql server?
Why use “in” clause in sql server?
How to add more data to the testing table in ms sql server?