Multiple choice technology platforms and products

Sparce lookup is mainly used when Data in table doesn't change frequently

  1. True

  2. False

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

Sparse lookup is used when reference data DOES change frequently - it performs a direct database lookup each time rather than caching, which is expensive but necessary for dynamic data. For stable/infrequently changing data, you would use a cached lookup (not sparse) for better performance.