Multiple choice technology databases

Can Sec Key be Null?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Secondary keys are used for indexing and identification in databases. By definition, any key (primary or secondary) cannot contain NULL values because keys must uniquely identify or index records - a NULL value would defeat this purpose.