InterviewSolution
Saved Bookmarks
| 1. |
What is NCHR in PL/SQL? |
|
Answer» The RPAD function is USED to pad the right SIDE of a string with CHARACTERS. An example here pads the string: RPAD(JACK, 3)The OUTPUT is: jac |
|