What is the difference between IN and EXISTS operators in
SQL Server?
Answer Posted / raja
in operator returns the condition satisfied rows only
But in exists operator if any condition satisfied it will returns all the rows.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
What are the types of table?
What is the process of normalising?
How to modify the underlying query of an existing view?
How to rename databases in ms sql server?
What is snapshot report?
What is the difference between dropping a database and taking a database offline?
What is multilevel indexing?
Explain what is meant by replication of database?
How to get the definition of a trigger back?
Why normalization is used?
How to reaname table name without using sp_Rename in sql server..?
What is a sql join?
Can we return Data from 4(more than 1) tables in stored procedure?
What is hot add cpu in sql server 2008?