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 native system stored procedure to execute a command against all databases?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
How many types of local tables are there in sql server?
How do you drop an index?
what is memory-optimized nonclustered indexes
What is cached report?
How do use Having,Group by,Group function in SQL?
Why do we use non clustered index?
What is usually the first word in a sql query?
Can coalesce return null?
How many instances per computer are there in sql server 2000?
Explain forward - only cursors?
What is join query?
Explain different types of collation sensitivity?
Explain about protocol layer present in SQL server?