Identify three guidelines for the DBMS_ASSERT package. (Choose three.)
A.
Prefix all calls to DBMS_ASSERT with the SYS schema name.
B.
Embed DBMS_ASSERT verification routines inside the injectable string.
C.
Escape single quotes when you use the ENQUOTE_LITERAL procedure.
D.
Define and raise exceptions explicitly to handle DBMS_ASSERT exceptions.
E.
Prefix all calls to DBMS_ASSERT with a schema name that owns the subprogram that uses
the DBMS_ASSERT package.
A, C, D