DEVFYI - Developer Resource - FYI

What is the result of the following SQL ...

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

66.What is the result of the following SQL ...

What is the result of the following SQL :
Select 1 from dual
UNION
Select 'A' from dual;


Error

(Continued on next question...)

Other Interview Questions