PreviousSQL Engine Reference (8.7 revision 1) Next

CREATE GROUP

Show this topic in Library frames

The CREATE GROUP statement creates one or more security groups.

Syntax

CREATE GROUP group-name [ , group-name ]... 
group-name ::= user-defined-name 

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

DROP GROUP

GRANT

REVOKE

SET SECURITY


Chapter contents
Publication contents

Prev topic: COMMIT
Next topic: CREATE INDEX