Oracle Database Advanced PL SQL 12c 1z0 148
© examsiri.com
Question : 15 of 54
Marks:
+1,
-0
Examine this Java method in class Employee, loaded into the Oracle database:
public static int updateSalary ( String name, float salary ) { … }
Which PL/SQL function specification can be used to publish this method?
public static int updateSalary ( String name, float salary ) { … }
Which PL/SQL function specification can be used to publish this method?
Go to Question: