What is the difference between in and between in sql?



What is the difference between in and between in sql?..

Answer / Deepak Kumar Ravi

The `IN` keyword is used to check if a value matches any of the specified values within a list. The `BETWEEN` keyword is used to check a range of values. `BETWEEN` can be replaced with `>=` and `<=` for the same effect.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Can we use having without group by in sql?

1 Answers  


What is the difference between join and union.

27 Answers   3i Infotech, ABC, Oracle, Polaris, TCS, XT Global,


What is sqlerrd?

1 Answers  


define sql

3 Answers   Zensar,


What is pl/sql table? Why it is used?

1 Answers  


What is minus?

1 Answers  


What are the most important ddl statements in sql?

1 Answers  


what is the difference between granting and creating a view?

2 Answers  


What is nvl?

1 Answers  


What trigger means?

1 Answers  


How many parts of a pl sql block are optional?

1 Answers  


What is meant by cursor in sql?

1 Answers  


Categories