DEVFYI - Developer Resource - FYI

What is syntax for dropping a procedure and a function .Are these operations possible?

ORACLE Interview Questions and Answers (Part 4)


(Continued from previous question...)

546. What is syntax for dropping a procedure and a function .Are these operations possible?

Drop Procedure procedure_name
Drop Function function_name

(Continued on next question...)

Other Interview Questions