This document discusses discretionary access control (DAC) in database security. It defines DAC and describes how privileges are used to implement DAC. Privileges can be granted at the account level, allowing certain actions, or at the relation level to restrict access to specific tables. Privileges include select, insert, update, and delete and can be granted and revoked. Views are used to restrict the rows or columns users can access. Privileges can propagate through the grant option.