Is the primary key column of a table an index in ms sql server?
Answer Posted / Rahul Verma
"Yes, by default when you create a primary key constraint on a table in MS SQL Server, it also creates a unique clustered index on that column."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to rebuild the master database?
What is self contained sub query?
How to convert numeric expression data types using the cast() function?
Can sql servers link to other servers like oracle?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How can I check that whether automatic statistic update is enabled or not?
Why and when do stored procedure recompile?
What is in place upgrade in sql server?
Explain system functions or built-in functions? What are different types of system functions?
How to connect php with different port numbers?
What is a coalesce function?
What is normalization and what are the advantages of it?
How to provide default values to function parameters?
What kind of problems occurs if we do not implement proper locking strategy?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?