How to add unique key in a table
|
Jak
928
Points
132
Posts
|
How to add unique key in a table? |
Answers
|
Rahul M...
5064
Points
36
Posts
|
Use following alter command: ALTER TABLE <TableName> ADD CONSTRAINTS <ConstraintName> UNIQUE(<FieldName>)
Posted On:
30-Jan-2015 22:47
|


