UNIQUE Constraints in SQL (SQL Server)
Posted
by rockbala
on Stack Overflow
See other posts from Stack Overflow
or by rockbala
Published on 2010-04-12T17:11:49Z
Indexed on
2010/04/12
18:43 UTC
Read the original article
Hit count: 282
sql-server-2005
|unique-constraint
Why are UNIQUE Constraints needed in database ?
Can you provide any examples ?
Primary Key is UNIQUE by default... Understandable as they are referred in other tables as Foreign keys... relation is needed to connect them for rdbms platform...
but why would one refer to other columns as UNIQUE, what is benefit of doing so ?)
© Stack Overflow or respective owner