Answer Posted / hari
Primary key : Doen't allow null values
Unique key : allow one null value
Primary key create cluster index
Unique Key create non-cluster index
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does sql server 2000 full-text search support clustering?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What are sp_configure commands and set commands?
How to create a scrollable cursor with the scroll option?
How can you insert values in multiple rows using one Insert statement?
How can you check the level of fragmentation on a table?
Explain how to integrate the ssrs reports in application?
How can you list all the table constraints in a database?
explain different types of constraints? : Sql server database administration
What is sql or structured query language?
Is truncate a dml command?
What is #table in sql server?
What are extended events in sql server?
What are Spatial data types in SQL Server 2008
What is a transactions?