Multiple choice technology programming languages

The default value the lpad function takes is

  1. a space

  2. an asterisk

  3. The default value is not optional

  4. None of the above

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

The LPAD function left-pads a string with a default padding character of a single space. If no padding character is specified, LPAD uses space. The padding value is optional - if omitted, the default space character is used.