Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What is “ALL” and “ANY” operator, in MS SQL Server?

Nice?Vote!
asked 1 year ago in SQL Server Interview Questions and Answers by R (19,530 points) edited 1 year ago by R

1 Answer

Nice?Vote!
Any = >Compares a scalar value with a single-column set of values.

All = > Compares all scalar value with a single-column set of values.
answered 1 year ago by anonymous

Related questions