Question 5 Q: 5 Examine these statements: Which is true? Options A: It will result in a compilation error for protected_proc because calling_proc does not exist. B: It will result in a compilation error for protected_proc because calling_proc must be prefixed with the schema name. C: It will result in a successful compilation because objects referenced in an ACCESSIBLE BY clause are not checked at compile time. D: With adequate privileges, PROTECTED_PROC procedure can be called by other programs apart from CALLING_PROC. Save Question Show Answer Discussion 0 Clear Discussion Most voted Newest No comments yet. Be the first to comment. Post Be respectful. No spam. Correct Answer: A Explanation :