IBM DB2 11.1 Advanced DBA for Linux, UNIX, and Windows — Question 20

What is the primary use case for creating an index with the RANDOM option on a table?

Answer options

Correct answer:

Explanation

The correct answer, C, is accurate because using the RANDOM option helps to reduce contention issues that arise from sequential key inserts in environments that require high concurrency. Options A, B, and D do not address the specific issue of insert contention associated with ordered keys, making them less relevant in this context.