What is the difference between IN and EXISTS operators in
SQL Server?
Answer Posted / arslan
the basic difference between in and exists
let's take the example of for loop in c++ and in loops when you write break statement it will iterates until the condition of break statement will true this like exist and in
if you didn't put break in it then it will execute the whole loop
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the full form of dql?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
What are the types of processing and explain each? : sql server analysis services, ssas
What is rs.exe utility?
Is a primary key unique?
How to enter unicode character string literals in ms sql server?
Do you know what is a with(nolock)?
What is use of dbcc commands?
What are different backups available in sql server?
Explain what are partitioned views and distributed partitioned views?
What are the encryption mechanisms in sql server?
What is difference between after and before?
Explain forward - only cursors?
What is the difference between locking and multi-versioning?
Do you know what is a linked server in sql server?