What is the difference between IN and ANY operators in SQL?
IN
ANY
(in) is a special kind of operator which is use to pick value one by one from list of values which we have specified.while (any) is use with where clause