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 mentionedThe question was asked in exam.Query is from Accessing SQL From a Programming Language topic in portion Intermediate and Advanced Sql of RDBMS |
|
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. |
|