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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025