To ensure that users have only the authorizations they need for their work, we recommend the following measures:
Create an authorization concept that specifies clear authorizations for individual users:
Define which database users are to have access to which data and database objects in the database.
Define which DBM operators are to carry out which administration tasks.
Create a separate database user for each person who works with the database.
Use the CREATE USER SQL statement.
SQL Reference Manual, CREATE USER Statement
Use Database Studio to change the authorizations of database users for database objects (using SQL statements):
Database Studio, Working with SQL Statements: Overview
SQL Reference Manual, Authorization