Multiple choice

What would be the output of the following SQL query? SQL> select ltrim(' Harish') from dual;

  1. 'Hari'

  2. 'Rish'

  3. 'Harish'

  4. None of these

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

This would be the default output as the pattern specified with the function is not available on the left-side of the input.