QUESTION 28
To be callable from a SQL expression, a user-defined function must do what?
(A) Be stored only in the database.
(B) Have both IN and OUT parameters.
(C) Use the positional notation for parameters.
(D) Return a BOOLEAN or VARCHAR2 data type.