1z0-149 Exam QuestionsBrowse all questions from this exam

1z0-149 Exam - Question 28


Examine this DECLARE section:

Which line will cause an error upon execution?

Show Answer
Correct Answer: DE

Line 4 will cause an error upon execution. The declaration of v_char as VARCHAR2 needs to specify a size, such as VARCHAR2(30). Without the size, the declaration is invalid in PL/SQL.

Discussion

6 comments
Sign in to comment
JinasOption: D
Apr 2, 2023

line 4 is correct

pmeyerOption: D
May 19, 2023

The correct answer is "D", because "varchar2" need a size, like "varchar2(30);".

FestoOption: D
Jul 4, 2023

Correct answer is "D"

jfc1Option: D
Jul 5, 2023

D.line 4 is the correct answer

MaratunOption: D
Oct 8, 2023

Correct answer should be "D"

McromeoOption: D
May 8, 2024

VARCHAR2 declaration require size