ExamQuestions.com

Register
Login
Oracle Database 11g Advanced PLSQL Exam Questions

Oracle

Oracle Database 11g Advanced PLSQL

65 / 68

Question 65:

Examine the structure of table: 
image
What is the outcome? 

Answer options:

A. It executes successfully
B. It gives an error because VARCHAR2 should be explicitly converted to CLOB
C. It gives an error because CLOB variables should be initialized to EMPTY_CLOB()
D. It gives an error because the concatenation operator cannot be used with the CLOB data type