Forum

What is the main di...
 
Share:
Notifications
Clear all

What is the main difference between ‘BETWEEN’ and ‘IN’ condition operators?


Posts: 12
Guest
Topic starter
(@kumar BI)
Active Member
Joined: 4 years ago

Difference between "BETWEEN and "IN"

1 Reply
Posts: 36
Guest
(@Siva Kumar)
Eminent Member
Joined: 4 years ago

BETWEEN operator is used to displaying rows based on a range of values in a row whereas the IN condition operator is used to check for values contained in a specific set of values.

Example of BETWEEN:
SELECT * FROM Students where ROLL_NO BETWEEN 10 AND 50;

Example of IN:
SELECT * FROM students where ROLL_NO IN (8,15,25);

Reply

Self Learning Video Tutorials - Software Course

Leave a reply

Author Name

Author Email

Title *

 
Preview 0 Revisions Saved
Share: