Answers for "oracle drop all rules"

SQL
1

oracle drop rules

BEGIN
    DBMS_RULE_ADM.DROP_RULE('rule_name', TRUE);
END;
Posted by: Guest on July-01-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language