Was this helpful?
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 ;
Last modified date: 03/21/2024