RoleName

A RoleName refers to an SQL role. A role in a database is uniquely identified by its role name.

Syntax

SQL92Identifier

In terms of SQL, a role name is also technically an AuthorizationIdentifier, but that term is often used for user names in Derby for historical reasons.

Example

DROP ROLE reader