Multiple choice

Embedded pointers provide

  1. an inverted index

  2. a secondary access path

  3. a physical record key

  4. all of the above

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

Embedded pointers stored within records create additional access paths to related data, serving as secondary indexes. Option A describes inverted indexes which are separate structures. Option C refers to primary keys, not embedded pointers.