Answer Posted / navneet sharma
Primary cannot be a non clustered index because when you
are creating primary key on a column then by defualt
cluster index will created on that column.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Can sql servers linked to other servers like oracle?
What is the order by used for?
What is de-normalization in sql database administration? Give examples?
What are the different types of join?
please differentiate between delete and truncate?
Explain transaction server auto commit?
What is the difference between ddl,dml and dcl commands?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
What is the security principal at the database level that represents your session?
Do you know what is blocking?
What is code near application topology?
What is a non clustered primary key?
What is 2nf normalization form?
How to provide values to user defined function parameters?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?