Which one of the following is FALSE about Primary Key Constraint in DBMS?
1
Primary key constraint must contain unique values.
2
Primary key constraint column cannot have null values.
3
Table may have one primary key.
4
If multiple fields are used as a primary key, then they are called as composite key.