When should you buffer a table?
Options
- When it is read infrequently
- When it is linked to check tables
- When you want to pick up a single record
- When it is read frequently and the data seldom changes
CORRECT ANSWER : When it is read frequently and the data seldom changes
Write your comments