Conversion Function Answers
Conversion Function Answers
https://quizlet.com/subject/oracle-cert/
a. Explicit conversion
b. Implicit conversion
c. TO_NUMBER function conversion
d. None of the above
2. Choose all correct statements regarding conversion functions. (Choose all that apply.)
a. 1234.49
b. 001234.5
c. 1234.5
d. None of the above
Note: TO_NUMBER accepts character and converts it into number.
To_CHAR accepts Number and converts it into character.
a. 1234.49
b. 001234.5
c. 1234.5
d. None of the above
a. 12TH JULY
b. 12th July
c. TWELFTH JULY
d. None of the above
Note : Since DD, MONTH are used. Oracle returns UPPER case output.
If we use dd, month are used then Oracle returns LOWER case output.
a. 2009
b. TWO THOUSAND NINE
c. 12-JUL-2009
d. None of the above