This document discusses database security and access control models. It provides an overview of three main access control models: discretionary access control (DAC), mandatory access control (MAC), and role-based access control (RBAC). DAC allows users discretion over their own data and to share access privileges. However, it is vulnerable to Trojan horse attacks where a user's privileges are abused. MAC enforces security based on classification levels and prevents reading or writing outside of clearance levels. RBAC assigns system access based on user roles and duties. The document examines advantages and limitations of each model and how they enforce database security policies.