Dropping a Function

You drop a function using DROP FUNCTION.


SQL> DROP FUNCTION circle_area;

Function dropped.

SQL>
Home »
Oracle »
PL/SQL » 

Functions:
  1. Create a function
  2. Call a function with named and mixed notation
  3. Return the average salary
  4. Information on Functions
  5. Dropping a Function
Related: