Which statements are true about PL/SQL procedures? (Choose all that apply.)
Which statements are true about PL/SQL procedures? (Choose all that apply.)
Reuse of parsed PL/SQL code in the shared SQL area minimizes parsing overhead, enhancing performance. Also, PL/SQL procedures can call external procedures or functions written in other programming languages, such as Java, offering flexibility in integration.
A, in Definer rights, separate grants on the table is not required. B, this is a performance feature of the plsql C. Not multiple copies of procedure, Not sure, multiple instances of a single copy invoked for multiple users/sessions. D. True, can call JAVA procedure etc.