Multiple choice

PL/SQL text can contain group of characters known as _______ units.

  1. variable

  2. numerical

  3. lexical

  4. binary

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

Lexical units are the basic building blocks of PL/SQL code, including identifiers, literals, delimiters, and comments.