InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference In Accessing Objects Of Lob And Long Datatypes? |
|
Answer» The LOB DATATYPE SUPPORTS random access; whereas, the LONG datatype supports only SEQUENTIAL access of objects. The LOB datatype supports random access; whereas, the LONG datatype supports only sequential access of objects. |
|