Difference between Cluster and Non-cluster index?
Answer Posted / naren
clustered index is created on actual data.
Non clustered index ix created on pointer of data.
If there is primary key by default clustered index is
created.
else non clustered index created.
only one clustered index is possible to create.
249 non clustered indexex can be created.
Is This Answer Correct ? | 59 Yes | 15 No |
Post New Answer View All Answers
What is the difference between dataadapter and datareader?
Tell me what is use of except clause? How it differs from not in clause?
When to use null data driven subscription?
How to select an exiting database using mssql_select_db()?
System requirements for sql server 2005 express edition?
Does order by actually change the order of the data in the tables or does it just change the output?
What are the approximate numeric data types?
What is meant by referential integrity?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What is a partitioned view?
What are the advantages of paper records?
Can we update data in a view?
How can you insert null values in a column while inserting the data?
explain the storage models of olap? : Sql server database administration
What is the difference between mysql and mysqli?