This article provides an example to find items having unit price greater than or equal to 500.
select * from item where itemprice >= 500;