Which of the following is NOT a characteristic of a Primary Key in MySQL?
2026
Which of the following is NOT a characteristic of a Primary Key in MySQL?
Answer: B. It can accept a NULL value.
- A.
It must contain unique values.
- B.
It can accept a NULL value.
- C.
A table can have only one Primary Key.
- D.
It uniquely identifies each record in a table.
Attempted by 1491 students.
Show answer & explanation
Correct answer: B
Loading lesson…