1.

What Are Schema-level Triggers?

Answer»

Schema-level TRIGGERS are created on schema-level operations, such as create table, alter table, drop table, rename, truncate, and REVOKE. These triggers prevent DDL statements, PROVIDE security, and MONITOR the DDL operations.

Schema-level triggers are created on schema-level operations, such as create table, alter table, drop table, rename, truncate, and revoke. These triggers prevent DDL statements, provide security, and monitor the DDL operations.



Discussion

No Comment Found