When a user-defined function (UDF) is created and no schema is specified, what schema is used
to store the UDF?
A.
The SYSIBM schema.
B.
The SYSFUN schema.
C.
A schema with the name of the UDF.
D.
A schema with the userid of the UDF definer.
Explanation: