So here are the criteria:
- The values in the PK column should be unique. There should be no duplication of values in a column. In the case of a composite PK, the combination of values should be unique.
- A PK column should not contain a null value (blank value).
Another application of PK is in record searching. A PK helps in easy finding of specific record/s in a table or group of tables.
No comments:
Post a Comment