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