Which of the following is INCORRECT with respect to a primary key in an RDBMS?
1
Values in primary key columns can never be modified or updated.
2
Every row must have a primary key value.
3
No two rows can have the same primary key value.
4
If a row is deleted from the table, its primary key can be assigned to a new row in the future.