REVOKE CREATE Statement

Removes CREATE privileges on the specified dbspace from the specified user IDs.

Quick Links:

Go to Parameters

Go to Examples

Go to Standards

Go to Permissions

Syntax

REVOKE CREATE ON dbspace-name 
   FROM userID [,...]

Parameters

(back to top)

Examples

(back to top)

Standards

(back to top)

ANSI SQL–Compliance level: Transact-SQL extension.

Permissions

(back to top)

Requires the MANAGE ANY DBSPACE system privilege.
Related reference
GRANT CREATE Statement