Multiple choice

Which of the following functions is used to convert a given string into equivalent number in SQL?

  1. NVL

  2. TO-CHAR()

  3. TO-NUMBER()

  4. TO-DATE()

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

This function is used to convert a given string to equivalent number in SQL.