Action | User Privilege Required |
---|---|
Create a DATASET schema | CREATE DATASET SCHEMA privilege on the containing database or user. |
Drop a DATASET schema | DROP DATASET SCHEMA privilege on the database or user or on the individual schema-level. To be dropped, the schema must also not be in use.
|
WITH DATASET SCHEMA Provide users with permission to associate a created schema with a column of a table |
WITH DATASET SCHEMA privilege on the database or user or on the individual schema-level. The creator of a schema is automatically granted this privilege with grant option on the created schema. |