MAC CCR
Name
MAC CCR -- change a mandate containter required
Synopsis
MAC CCR ON
{
DATABASE {CURRENT_CATALOG | object_name} |
SEQUENCE object_name |
TABLE object_name |
VIEW object_name |
MATERIALIZED VIEW object_name |
CLUSTER |
SCHEMA object_name |
TABLESPACE object_name |
} IS {ON | OFF}
Description
MAC CCR applies a mandate CCR to a database containter
object.
Parameters
- object_name
The name of the object which CCR is to be changed.
Examples
The following example shows how the mandate CCR of a database might
be changed.
MAC LABEL ON DATABASE testdb IS OFF;
Compatibility
There is no MAC CCR command in the SQL standard.