Types of Privileges
• Each DBMS will also have additional types of privileges,
depending on the feature it supports.
• The following types of privileges are commonly provided
by modern DBMSs:
– Table : to control who can access and modify the data within
tables;
– Database Object : to control who can create new DB objects and
drop existing DB objects.
– System : to control who can perform certain types of systemwide
activity
– Program : to control who can create, modify and use DB programs
– Stored procedure : to control who can execute specific functions
and stored procedures