Multiple choice Which of the following is not true for a primary key in DBMS? It uniquely identifies a row in a table. Its attributes cannot be duplicated in a row. It cannot be null. It is mandatory to provide input for the primary key attributes. It can be a composite key. Reveal answer Fill a bubble to check yourself C Correct answer Explanation Primary key is chosen by a designer to uniquely identify rows in the table. It is always not null and unique. A null value can be used to represent an unknown data.