Which Of The Following Syntax Is The Correct Way To Access A #606
Which of the following syntax is the correct way to access a package element?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Packages, Collections and Transactions - PL/SQL Packages - Quiz No.1.
Which of the following syntax is the correct way to access a package element?
package.element_name;
element_name.package;
element_name.package_name;
package_name.element_name;