Answer Posted / thaqi
unique key: allows NULL values and doesn't allow duplicate
values.
primary key:doesn't allow both NULL and duplicate values
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is RAID? What are the different types of RAID configurations?
What is the purpose of update statistics and scope_identity() function?
How to trouble shoot if unable to connect SQL Server
What are various aggregate functions that are available?
What is the difference between online clustering and Offline clustering?
How do I view a stored procedure in sql server?
What security features are available for stored procedure?
How to find the list of fixed hard drive and free space on server?
How to generate create table script on an existing table in ms sql server?
How to write a query with a left outer join in ms sql server?
What is coalesce in sql server?
What are the differences between decimal and float in ms sql server?
What are the methods used to protect against sql injection attack?
What are Spatial data types in SQL Server 2008
What are “lost updates”?