QuestionQ2
PL/SQL Language FundamentalsWhich two statements are true about conditional compilation in PL/SQL with $IF, $ELSE, $END, and $ERROR?
Choose two
- A PL/SQL code can be compiled and executed based on different versions of the operating system.
- B PL/SQL code can be compiled and executed based on different versions of Oracle.
- C It is newer syntax that works the same way as 'IF , ELSEIF , ELSE, and END IF'.
- D Conditional compilation is disabled by default.
- E The PL/SQL compiler can conditionally include selected parts of a program.
Community Discussion