CREATE GROUP
The CREATE GROUP statement creates one or more security groups.
Syntax
CREATE GROUP group-name [ , group-name ]...
 
group-name ::= user-defined-name
Remarks
Only the Master user can perform this statement.
Security must be turned on to perform this statement.
Examples
The following example creates a group named pervasive.
CREATE GROUP pervasive
The next example uses a list to create several groups at once.
CREATE GROUP pervasive_dev, pervasive_marketing
See Also
ALTER USER
CREATE USER
DROP GROUP
GRANT
SET SECURITY
REVOKE