Question:Which of the following is a benefit of using procedures and functions?
A Procedures and Function increases the number of calls to the database
B Procedures and Function are reparsed for multiple users by exploiting shared SQL area
C Procedures and Function avoid reparsing for multiple users by exploiting shared SQL areas
D Testing of procedures and functions requires the database to be restarted, to clear out shared SQL areas and future access
+ AnswerC
+ Report