
Mehul M. answered 02/20/20
10+ years of IT industry experience
EXISTS is much faster than IN , when the sub-query results is very large,the EXISTS operator provides a better performance. IN is faster than EXISTS , when the sub-query results is very small. The Exists keyword evaluates true or false, but IN keyword compare all value in the corresponding sub query column.