Multiple Choice
In the code below, which of the following is the parameter variable?
CREATE OR REPLACE FUNCTION fct_test1_sf (p_num IN NUMBER)
RETURN NUMBER
IS
BEGIN
UPDATE bb_test1
SET col1 = p_num;
RETURN p_num;
END;
A) bb_test1
B) col1
C) p_num
D) fct_test1_sf
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The task of the _ function is
Q16: The _ purity level does not modify
Q17: At least one _ statement must be
Q18: Which of the following statements is True?<br>A)
Q19: You cannot include <u>data type</u> information when
Q21: How many input values does the following
Q22: _ refer to the arguments that are
Q23: The following is a correct example of
Q24: A(n) <u>procedure</u> is part of an expression
Q25: It is possible to reference a data