Answer:
A Unique Key in a table uniquely identifies each and every row and allowing Nulls per column Combination. There are two types of Unqiue Keys:
1) Simple Unique Key ==> Defining Unique key on a single column is called Simple Unique Key.
2) Composite Unique Key ==> Defining Unique Key on more than one column is called Composite Unique Key.
Asked In: Many Interviews |
Alert Moderator