8. SQL Statements : CREATE GROUP
 
Share this page                  
CREATE GROUP
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The CREATE GROUP statement establishes a group identifier and associates it with the specified list of users. Group identifiers enable the database administrator (or user that has the security privilege) to grant identical privileges to a group of users.
After creating a group identifier and specifying its members, the system administrator can grant privileges to the group identifier. When a member of the group begins a session, the group identifier can be specified in the SQL or CONNECT statement (or on the operating system command line, using the -G flag) to obtain the privileges associated with the group.