Home Answers Viewqa SQL What is the difference between IN and BETWEEN, that are used inside a WHERE clause?

 
 


hemant kumar
What is the difference between IN and BETWEEN, that are used inside a WHERE clause?
1 Answer(s)      2 years and 7 months ago
Posted in : SQL

What is the difference between IN and BETWEEN, that are used inside a WHERE clause?

View Answers

November 19, 2010 at 5:45 PM


Hi,

The BETWEEN clause is used to fetch a range of values, whereas the IN clause fetches data from a list of specified values.

Thanks,









Related Pages: