Question 15:
Identify three guidelines for the DBMS_ASSERT package.(Choose three.)
Answer options:
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 procedur e 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