GRANT CREATE Statement

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

Syntax

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

Parameters

Examples

Standards

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

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

Permissions

Requires the MANAGE ANY DBSPACE system privilege.

Related reference
REVOKE CREATE Statement