-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Name the tables where characteristics of Package, procedure and functions are stored ?
User_objects, User_Source and User_error.
-
Explain how procedures and functions are called in a PL/SQL block ?
Function is called as part of an expression. sal := calculate_sal ('a822'); procedure is called as a PL/SQL statement calculate_bonus ('A822');
-
-
-
PL/SQL Interview Questions
Ans