Home »
PL/SQL MCQs
In order to remove the PL/SQL function, which function is used?
73. In order to remove the PL/SQL function, which function is used?
- REMOVE FUNCTION
- DELETE FUNCTION
- ERASE FUNCTION
- DROP FUNCTION
Answer: D) DROP FUNCTION
Explanation:
In order to remove the PL/SQL function, DROP FUNCTION is used.