PreviousSQL Engine Reference (v9 SP2 (9.5) revision 1) Next

CREATE GROUP

Chapter contents

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


Chapter contents
Book contents

Prev topic: CREATE FUNCTION
Next topic: CREATE INDEX