InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Blob And Clob? |
|
Answer» The BLOB datatype is USED to store a BINARY LARGE OBJECT, such as a VIDEO image file; whereas, the CLOB datatype is used to store a character large object. The BLOB datatype is used to store a binary large object, such as a video image file; whereas, the CLOB datatype is used to store a character large object. |
|