solution regarding sql server
|
|
|
Question / Problem
|
what is a constraint?
|
Solution
|
- A constraint allows you to apply simple
referential integrity checks to a table. There are four primary types of
constraints that are currently supported by SQL Server: PRIMARY/UNIQUE -
enforces uniqueness of a particular table column.
|
Applies to |
|
Microsoft SQL Server 2000
|
Rank It |
|