engineering computer science MCQ #740

Which of the following is a characteristic of a primary key?

engineering computer science MCQ #740

  1. Question 1

    Q1. Which of the following is a characteristic of a primary key?

    • A) It can be null
    • B) It can be duplicate
    • C) It uniquely identifies each record
    • D) It is not required

    Answer: It uniquely identifies each record

    Explanation: A primary key is a unique identifier for each record in a table, ensuring that no two records have the same primary key value.