0 votes
in Sql by
How many row comparison operators are used while working with a subquery in SQL?

1 Answer

0 votes
by

There are 3-row comparison operators that are used in subqueries such as IN, ANY and ALL.

...