Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between WHERE AND IN?
OR
1. SELECT * FROM EMPLOYEE WHERE EMPID=123
2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123)
WHAT IS THE DIFFERENCE?

Answer Posted / vandana chand

where allows only single value in where Clause.
where as IN operator allwos multiple values in Where clause.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the pre-defined functions in the sql server?

1185


How to return the top 5 rows from a select query in ms sql server?

1209


How to define the name and server for a new dsn?

1197


Is there any difference between the primary key and unique key?

1046


Can a trigger be created on a view?

996


What are examples of triggers?

1127


how would you improve etl (extract, transform, load) throughput?

1076


How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?

1248


where the connection string store in the database

2124


How to get a list of columns in a view using the "sp_help" stored procedure?

1094


What is the difference between ddl,dml and dcl commands?

1160


Explain how to send email from sql database?

1108


How many categories of functions based their return modes?

1152


How to add an address record into adventureworkslt?

1030


What are built in functions?

1069