InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Lob Objects Stored In-line And Out-of-line? |
|
Answer» The LOB OBJECTS can be stored in-line or out-of-line. The in-line storage means that objects are stored along with the row; WHEREAS, the out-of-line storage means that objects are stored OUTSIDE the row. The LOB objects can be stored in-line or out-of-line. The in-line storage means that objects are stored along with the row; whereas, the out-of-line storage means that objects are stored outside the row. |
|