CREATE TABLE System Privilege

Required to create self-owned tables.

The CREATE TABLE system privilege allows a user to:

  • Create self-owned tables except proxy tables
  • Issue the COMMENT statement on self-owned tables
  • Issue the COMMENT statement on columns on self-owned tables
Grant this system privilege using the WITH ADMIN OPTION, WITH NO ADMIN OPTION, or WITH ADMIN ONLY OPTION clause. If you do not specify a clause, the default is WITH NO ADMIN OPTION.
Related reference
List All System Privileges