Multiple choice technology databases Which one is not Oracle Function...? to_char to_number to_string 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.