Question:A table has to be dropped from within a stored procedure. How can this be implemented? 

A A table cannot be dropped from a stored procedure 

B Use the DROP command in the procedure to drop the table 

C Use the DBMS_DDL packaged routines in the procedure to drop the table 

D Use the DBMS_DROP packaged routines in the procedure to drop the table. 

+ Answer
+ Report
Total Preview: 1092

Copyright © 2024. Powered by Intellect Software Ltd