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
Mention a few common trace flags used with sql server?
can an automatic recovery be initiated by a user? : Sql server administration
What is sql server database?
Tell me what is sql profiler?
How to use group functions in the select clause in ms sql server?
What are the advantages of using a stored procedure?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
how can u get last observation in an unknown dataset ?
What are the types of subquery?
What is the openxml statement in sql server?
What do you mean by sql server agent?
What are character string data types in ms sql server?
What is a coalesce function?
What is collation sensitivity?
What is command parameter in ssrs?