Multiple choice technology databases Which of the following is TRUE about Primary Key? Same value of Primary Key can appear in more than one row in the table A Primary key defined column can be of type LONG A column that is defined as Primary Key cannot contain NULL value Both A. and B. Reveal answer Fill a bubble to check yourself C Correct answer Explanation A Primary Key uniquely identifies each row in a table and cannot contain NULL values. This ensures entity integrity. Primary Key values must be unique across all rows, making option A incorrect. LONG is not a standard SQL type for primary keys.