Answer Posted / rajkumar
There can be only 1 Clustered index in a table
where as nonclustered index can be upto 249
Clustered is physical sorted index..
non clustered is logical stored index is faster than
clustered index
thats all i know
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the default schema of your login session in ms sql server?
How will you know when statistics on a table are obsolete?
What is fill factor and pad index?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
What is tempdb database? : SQL Server Architecture
How to drop an existing user defined function in ms sql server?
What is openxml in sql server?
What is implicit mode in sql server?
What is sub query and its properties?
How to edit table in sql server 2017?
What is the command used to recompile the stored procedure at run time?
How do I create an extended event in sql server?
Do you know what are pages and extents? : SQL Server Architecture
when you create a database how is it stored? : Sql server database administration
How to return the date part only from a sql server datetime datatype?