Author: Rohit Umarjikar
Posted: Wed Jul 11, 2018 3:03 am (GMT 5.5)
The Exists keyword evaluates true or false, but IN keyword compare all value in the corresponding sub query column. So the result data of the subquery needs to be loaded first to get compared against outer query regardless of matches
_________________
Regards,
Rohit Umarjikar
A leader is one who knows the way, goes the way, and shows the way.
Posted: Wed Jul 11, 2018 3:03 am (GMT 5.5)
The Exists keyword evaluates true or false, but IN keyword compare all value in the corresponding sub query column. So the result data of the subquery needs to be loaded first to get compared against outer query regardless of matches
_________________
Regards,
Rohit Umarjikar
A leader is one who knows the way, goes the way, and shows the way.