Multiple choice

Which of the following functions is used to fill extra characters to a given string on the left-hand side having the specified total width of the string?

  1. RPAD()

  2. LPAD()

  3. CONCAT()

  4. None of these

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

This function left-pads the given character to given string to reach at given width.