Multiple choice technology databases

PL/SQL does not support boolean variables

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PL/SQL DOES support boolean variables - you can declare variables of type BOOLEAN. This is a common misconception because SQL (not PL/SQL) lacks a boolean data type for table columns.