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 is the difference between the application object and session object?
how can u get last observation in an unknown dataset ?
How do you handle datasets larger than 50 gb?
What is the use of stored procedure?
Can we shrink data file in sql server?
What are trace flags and mention a few common trace flags used with sql server?
What are key constraints?
Can We Use Data-grids For Our Report In Ssrs?
What are the database roles? : sql server security
What is store procedure? How do they work? When do you use?
What are the restrictions that views have to follow?
Can we add our custom code in ssis?
Why we need sql server?
What is the difference between a view and a stored procedure?
What stored by the msdb?