10.5. Database Object Privileges
Controlling access to database objects is as important as authenticating users and managing administrative authorities. Privileges give users the right to access each individual database object in a specific way. Privileges can be granted explicitly and implicitly. The following sections list all the supported privileges for each database object and discuss implicit privileges.
If you are not familiar with any database objects discussed in the following sections, see Chapter 7, Working with Database Objects.
10.5.1. Schema Privileges
There are three schema privileges:
CREATEIN allows users to create objects within the schema.
ALTERIN allows users to alter objects within the schema.
DROPIN allows users to drop objects ...
Get Understanding DB2®: Learning Visually with Examples now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.