6/74 questions · Unlock full access
Q1

Which must be true in order to add RESULT_CACHE to a function header and have it compile successfully?

Q2Multiple answers

You created a PL/SQL function with the RESULT_CACHE clause, which calculates a percentage of total marks for each student by querying the MARKS table. Under which two circumstances will the cache for this function not be used and the function body be executed instead? (Choose two.)

Q3Multiple answers

Which two blocks of code execute successfully? (Choose two.)

Q4

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?

Q5Multiple answers

Examine this code: Which two are valid correlations to the code to avoid or mitigate SQL Injection? (Choose two.)

Question image
Q6

Examine this external function declaration: Which C function does it publish?

Question image