Which operators test whether a subquery returns any rows?

Which operators test whether a subquery returns any rows? Correct Answer EXISTS and NOT EXISTS

The operators ‘EXISTS’ and ‘NOT EXISTS’ operators only test whether a subquery returns any rows. If it returns a row, ‘EXISTS’ results into true and ‘NOT EXISTS’ results into false.

Related Questions

Which operators are used when a subquery returns multiple rows to be evaluated in comparison to the outer query?
The operators used when a subquery returns multiple rows to be evaluated in comparison to the outer query are _____________
The operators that are used when a subquery returns multiple rows to be evaluated in comparison to the outer query are _____________
The operators used when a subquery returns multiple rows to be evaluated in comparison to the outer query are . . . . . . . .
The operators that are used when a subquery returns multiple rows to be evaluated in comparison to the outer query are . . . . . . . .
You are the administrator of eight SQL Server 2000 computers. You configure alerts on each server so that various problem conditions will be reported if they occur.You create 20 operators on one of the servers. You configure these operators by using the e-mail and pager contact information for the employees in your department. You configure the alerts on the server to send e-mail messages and pager messages to the appropriate operators.You need to configure the same 20 operators on the other seven servers. You want to do this with a minimum amount of administrative time.What should you do?