InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Set Null Values To Bfile Columns? |
|
Answer» Yes, BFILE can be set to NULL VALUES; whereas, BLOB and CLOB cannot be set to NULL values. They have to be INITIALIZED USING the EMPTY_BLOB or EMPTY_CLOB FUNCTION. Yes, BFILE can be set to NULL values; whereas, BLOB and CLOB cannot be set to NULL values. They have to be initialized using the EMPTY_BLOB or EMPTY_CLOB function. |
|