In DEFERRED update mode, changes are first recorded in a retention/log file before being applied to the actual database pages. This allows for better performance and recovery options. QUICK mode writes directly to database pages, which is option C in the previous question.