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
What is lookup override?
what authentication modes does sql server support? : Sql server database administration
What is query and its types?
What does this statement do @@rowcount?
What is statement level trigger?
How to write a query with an inner join in ms sql server?
What are the ways available in sql server to execute sql statements?
What is an identity column in insert statements?
What are date and time data types in ms sql server?
What do you understand by recursive stored procedures?
Explain what is use of dbcc commands?
Which rendering formats are affected by the pagesize properties?
What is the xml datatype?
how would you troubleshoot blocking? : Sql server database administration
What are character string data types in ms sql server?