InterviewSolution
Saved Bookmarks
| 1. |
What Does It Mean To "materialize" Data? |
|
Answer» This term generally refers to Array, Blob and Clob DATA which is referred to in the database via SQL locators "MATERIALIZING" the data means to RETURN the actual data pointed to by the Locator.
This term generally refers to Array, Blob and Clob data which is referred to in the database via SQL locators "Materializing" the data means to return the actual data pointed to by the Locator. |
|