This article provides an example to display items having item price between 100 to 500 using select query.
select * from item where itemprice >200 and itemprice <500; Output: ITEMNO ITEMNAME ITEMPRICE QTY_HAND COLOR ------- --------- ---------- --------- ------ I0001 Pendrive 450 400 Black I0004 Mouse 400 75 White