Question 65:
Examine the structure of table:
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