Answer Posted / sivasankar k.c
Primary key: it is clustered index. it not allows null
values. Only one primary in each table.
Unique Key: it is non clustered index. Unique key allows
null values.its allows only one null value. More than one
unique key in table.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are the types of database schema? : sql server analysis services, ssas
How to change the name of a database user?
What is sql server programming?
What is snapshot replication?
What is the difference between online clustering and Offline clustering?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
What are the different types of sub-queries?
What is tempdb in sql server?
Tell me about normalization in DBMS.
Explain sql server service broker?
Explain different types of self contained sub query?
How can you append an identity column to a temporary table?
How do I create a trace in sql server?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
Give me any three differences between Truncate and Delete.