InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are not a part of PL/SQL(a) Triggers(b) Packages(c) Functions(d) None of the mentioned |
|
Answer» Right option is (d) None of the mentioned Best explanation: All the three mentioned features i.e. triggers, functions, packages are a part of PL/SQL. |
|