4. SQL Statements : DROP SECURITY_ALARM : DROP SECURITY_ALARM Examples
 
Share this page                  
DROP SECURITY_ALARM Examples
1. Delete a security alarm for the employee table.
DROP SECURITY_ALARM ON employee 1;
2. Drop a table security alarm and an installation alarm.
DROP SECURITY_ALARM ON emp 2;
DROP SECURITY_ALARM ON CURRENT INSTALLATION bad_update ;