SQL security
Security of your data is particularly important in an SQL-based DBMS, because interactive SQL makes database access very easy. The security requirements of production databases can include data in any given table that is accessible to some users, but denied to others, and allow some users to update data in a table, while others can only view data.