Constraints and Guidlines
Standards to create the constraints
Rule
Each table must have one or more unique identifiers. At least one must be implemented as a primary key.
The unique identifier must have true business meaning where possible, and not simply be a generated sequence number. A surrogate key may be used where performance considerations would warrant it.
If relationships exist [...]

