Multiple choice

In Oracle, LPAD ( ) is a

  1. character function

  2. date function

  3. miscellaneous function

  4. numeric function

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

LPAD is an Oracle function that pads the left side of a character string with a specified set of characters. It operates on character data types.