Which of the following is a characteristic of a B-tree index, but not a B+tree index?
A) Column values are occasionally repeated in the index.
B) All column values appear in the bottom level.
C) Pointers to child nodes are stored in internal nodes.
D) Leaf nodes contain only key values.