Managing users in SQL

A database may have many users. Each user must have a user account. Database administrators are users with authority to specify new users, specify users roles and grant general privileges for users. They may also revoke the privileges and delete users.

This chapter explains how to

SQL provides create, and drop operations for creating and deleting user accounts, and grant and revoke operations for managing privileges.

Create user statement may have database management system specific additional parts. This statement is not available for normal users. Only database administrators may use it.