372 views
0 votes
0 votes

1 Answer

0 votes
0 votes
The EXISTS subquery tests whether a subquery fetches at least one row. When no data is returned then this operator returns 'FALSE'.

Sub-query regarding count(*) should return 0. So, the subquery being tested by EXISTS has returned 1 row. Hence, the entire employee table should be printed. ie. C) 3 rows.

Related questions

0 votes
0 votes
0 answers
1
akash.dinkar12 asked Apr 1, 2019
227 views
Show by example that there are schedules possible under the tree protocol that are not possible under the two-phase locking protocol, and vice versa.
0 votes
0 votes
0 answers
2
0 votes
0 votes
1 answer
4