What is the difference between IN and EXISTS operators in
SQL Server?
Answer Posted / raja
in operator returns the condition satisfied rows only
But in exists operator if any condition satisfied it will returns all the rows.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
How to use subqueries with the in operators in ms sql server?
What is SQL Azure Federations?
How to list all user defined functions in the current database?
Is sql server free?
Where the sql logs gets stored? : sql server database administration
How many levels of sp nesting is possible?
Please illustrate physical database architecture? : SQL Server Architecture
What are the methods used to protect against sql injection attack?
Explain Geography datatype in SQL Server
Explain the ways to controlling cursor behavior?
What are built in functions?
What is query cost in sql server?
What is implicit cursors?
How do you start single user mode in clustered installations?
Explain how to maintain a fill factor in existing indexes?