Application_delete
Hi,
can anyone help me in answering below question with correct reason.....
which of the following statments allows you to review public portions of the application_delete package?
a) desc application_delete
b) exec dbms_stats.show('application_delete')
c) select * from application_delete.
d) select * from package application_delete.
e) desc application_delete.prototype
can anyone help me in answering below question with correct reason.....
which of the following statments allows you to review public portions of the application_delete package?
a) desc application_delete
b) exec dbms_stats.show('application_delete')
c) select * from application_delete.
d) select * from package application_delete.
e) desc application_delete.prototype
0