DEVFYI - Developer Resource - FYI

Which is more faster - IN or EXISTS?

ORACLE Interview Questions and Answers (Part 4)


(Continued from previous question...)

545. Which is more faster - IN or EXISTS?

EXISTS is more faster than IN because EXISTS returns a Boolean value whereas IN returns a value.

(Continued on next question...)

Other Interview Questions