What is the difference between IN and EXISTS operators in
SQL Server?
Answer Posted / pranab
IN:
Returns true if a specified value matches any value in a
sub-query or a list.
Exists:
Returns true if a sub-query contains any rows.
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
What type of locking occurs during the snapshot generation? : sql server replication
How many types of cursor type are there?
How to access the inserted record of an event?
What is an expression in ms sql server?
What is sql server english query?
How to loop through result set objects using odbc_fetch_row()?
What are the characteristics of modern DBMS?
What are the advantages of partitioning?
Please explain go command in sql server?
How to enable/disable indexes?
Name the different type of indexes in sql?
How to recover from sql injection? : sql server security
What is the purpose of object explorer and its features? : sql server management studio
What are different types of replication in sql server?
What is the difference between insensitive and scroll cursor?