hi everyone, i have a question ... does EXISTS suppose to return all record if the subquery is true ?
Loading
hi everyone, i have a question ... does EXISTS suppose to return all record if the subquery is true ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Uday DodiyaPosted Oct 8, 2022, 4:32 AM
The EXISTS keyword is used to check the existence of any record in a subquery, returning true if the record exists and false if the record does not exist.
For More Info Refer my following blog,
https://www.c-sharpcorner.com/blogs/sql-keyword-exists