Oracle
1Z0-146 · Question #94
1Z0-146 Question #94: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-146 to reveal the answer and full explanation for question #94. The question stem and answer options stay visible for context.
Question
Examine the structure of the PRINT_MEDIA table: Name Null? Type --------------- -------- --------- ADVT_ID NUMBER ADVT_SOURCE CLOB Examine the following PL/SQL block: DECLARE lobloc CLOB; buffer VARCHAR2(100); amount NUMBER; offset NUMBER :=1; BEGIN buffer :='This is the second line of a new document'; amount := LENGTH(buffer); SELECT advt_source INTO lobloc FROM print_media WHERE advt_id=2 FOR UPDATE; DBMS_LOB.WRITE(lobloc,amount,offset,buffer); COMMIT; END; / What must be the value in the ADVT_SOURCE column for the above code to execute successfully?
Options
- Anull
- Ban empty locator
- Ca non-NULL value
- Deither null or any non-NULL values
Unlock 1Z0-146 to see the answer
You've previewed enough free 1Z0-146 questions. Unlock 1Z0-146 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.