!--a11y-->
The DROP SYSTEM TRIGGER statement (drop_system_trigger_statement) deletes a system trigger.
<drop_system_trigger_statement> ::= DROP SYSTEM TRIGGER <dbproc_name>
If no schema is specified in the database procedure name, the current schema is assumed implicitly.
The current user must be the owner of the system trigger.
Metadata for the system trigger is deleted.