Q: 14
Which of the following results in faster access to internal tables? Note: There are 3 correct answers
to this question.
Options
Discussion
D imo, similar exam questions show hashed tables support partial key access for speed. Official guide or sample tests cover this.
Nah, D is a trap here, it has to be A, B, E.
C/D? I always thought standard tables with partial key access (C) could be fast if the dataset is small, and hashed tables with partial keys (D) would also be quick due to the hashing. Not 100% sure if SAP enforces full key on hash though. Anyone else think D makes sense?
C or D for me. Standard tables with partial keys and hashed tables with partial keys both feel like they'd be fast, since hash access sounds efficient regardless. Not 100% since SAP can be picky about 'full key' access. Someone else see it differently?
C/D?
A B, E imo. Hashed tables only work with the full primary key (so not D), and sorted tables allow fast access with both complete key and left-aligned partial key. Seen similar wording on practice tests.
A. B, E
B tbh, D's a common distractor since hashed tables only do full key searches.
A B, E
Be respectful. No spam.