GrabCert
HomeExamsProvidersAbout
Sign InSign Up
Home/Exams/Oracle Oracle Database Program with PL/SQL/Question #1
#1Multiple Choice

View the Exhibit to examine the PL/SQL code:


DECLARE -
x NUMBER := 5;
y NUMBER := NULL;

BEGIN -
IF x != y THEN yields NULL, not TRUE
DBMS_OUTPUT.PUT_LINE(x != y); not run
ELSIF x = y THEN also yields NULL
DBMS_OUTPUT.PUT_LINE(x = y);

ELSE -

DBMS_OUTPUT.PUT_LINE -
(Cant tell if x and y are equal or not.);
END IF;
END;
/
SREVROUPUT is on for the session. Which statement is true about the output of the PL/SQL block?

Previous
Question 1 of 101
Exam 1Z0-144 Topic 1 Question 1
Back to all questions
Next
GrabCert

Your trusted source for certification exam preparation. Pass your exams with confidence.

Quick Links

  • Home
  • Exams
  • Providers

Legal

  • About
  • Contact Us
  • Refund Policy
  • Privacy Policy
  • Terms of Service

© 2026 GrabCert. All rights reserved.

Sign InSign Up