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 are user defined functions in ms sql server?
Using the customer, and order table in northwind database, please write a query to produce xml?
What is the difference between Triggers and Stored Procedure?
explain databases and sql server databases architecture? : Sql server database administration
What is service broker?
What are the advantages of using stored procedures?
Why do we use functions?
What is cross join in sql server joins?
How can you set the threshold at which sql server will generate keysets asynchronously?
what are user defined datatypes? : Sql server database administration
What is ms sql server triggers?
how to determine the service pack currently installed on sql server? : Sql server database administration
What programming language would you use to create embedded functions in ssrs?
What is function of CUBE ?
How to name query output columns in ms sql server?