SQL TUTORIALS-
SQL BETWEEN Operator
Introduction-
-✅SQL BETWEEN operator is used to filter the result set within a specific range.its also works with numeric, text, and date values.
ID | Name | AGE | SALARY |
---|---|---|---|
1 | ANNI | 25 | 20000 |
2 | SUJAN | 27 | 25000 |
3 | BOULT | 29 | 30000 |
4 | POOJA | 30 | 35000 |