For this, we can use the between operator with a where clause.

SELECT id, name, salary FROM Employee WHERE salary BETWEEN 5000 AND 25000;

BY Best Interview Question ON 21 Sep 2022