InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between To_blob And To_clob Functions? |
|
Answer» The TO_CLOB FUNCTION is used to CONVERT the LONG, VARCHAR2, and CHAR datatypes to the CLOB datatype. The TO_BLOB function is used to convert the LONG RAW and RAW datatype to the BLOB datatype. The TO_CLOB function is used to convert the LONG, VARCHAR2, and CHAR datatypes to the CLOB datatype. The TO_BLOB function is used to convert the LONG RAW and RAW datatype to the BLOB datatype. |
|