Multiple choice technology databases

Which of the following options represent explicit data-type conversion functions?

  1. TO_CHAR

  2. TO_VALUE

  3. TO_DATE

  4. TO_ERROR

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

TO_CHAR and TO_DATE are standard explicit data-type conversion functions in SQL. TO_VALUE and TO_ERROR are not valid SQL conversion functions.