Login
Remember
Register
Ask a Question
How many row comparison operators are used while working with a SQL subquery?
0
votes
asked
Jul 7, 2020
in
Sql
by
Robindeniel
How many row comparison operators are used while working with a subquery in SQL?
#sql-comparison-operators
#comparison-operators-sql
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 7, 2020
by
SakshiSharma
There are 3-row comparison operators that are used in subqueries such as IN, ANY and ALL.
...