What is the difference between IN and EXISTS operators in
SQL Server?
Answer Posted / navneet sharma
IN work like a OR in sql query but in is faster than OR in
case of IN server will search whole table
EXISTS is use to find the required row and does not search
whole table
| Is This Answer Correct ? | 29 Yes | 16 No |
Post New Answer View All Answers
Write a program to fetch first 10 records from a file?
if no size is defined while creating the database, what size will the database have? : Sql server administration
What are data resources?
Explain about analysis services?
What is the function of sql server agent windows service?
How to use copy and concatenate commands in SQL?
How to delete multiple rows with one delete statement in ms sql server?
What is logshipping and its purpose?
How will you know when statistics on a table are obsolete?
What is a field in a table?
Explain how you can deploy an SSRS report?
What is an execution plan? When would you use it?
How to grant a permission in ms sql server using "grant execute" statements?
What is the process of indexing?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration