InterviewSolution
Saved Bookmarks
| 1. |
ClobRef is a wrapper that holds a CLOB either directly or a reference to a file that holds the ______ data.(a) CLOB(b) BLOB(c) MLOB(d) All of the mentioned |
|
Answer» Right option is (a) CLOB The explanation: Create a ClobRef based on parsed data from a line of text. |
|