Multiple choice technology databases

Which one is not Oracle Function...?

  1. to_char

  2. to_number

  3. to_string

  4. to_date

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

TO_CHAR, TO_NUMBER, and TO_DATE are all valid Oracle conversion functions. TO_STRING is not a standard Oracle function - the correct function name for converting to string is TO_CHAR. This question tests knowledge of exact function names.