This article provides an example to display 2 items having lowest current stock.
Select itemname from (select itemname from item orderby qty_hand) where rownum <= 2; Output: ITEMNAME --------- Floppy Mouse