GRANT CREATE Statement

Grants CREATE privilege on a specified dbspace to the specified users and roles.

Quick Links:

Go to Parameters

Go to Examples

Go to Standards

Go to Permissions

Syntax

GRANT CREATE
  ON dbspace_name
  TO userID [,...]

Parameters

(back to top)

Examples

(back to top)

Standards

(back to top)

  • SQL–other syntaxes are vendor extensions to ISO/ANSI SQL grammar.

  • SAP Sybase Database product–the security model is different in Adaptive Server and SAP Sybase IQ, so other syntaxes differ.

Permissions

(back to top)

Requires the MANAGE ANY DBSPACE system privilege.

Related reference
REVOKE CREATE Statement