This article provides an example to display lowest item price of item table using min() function.
Selectmin(itemprice) from item; Output: MIN(ITEMPRICE) -------------- 10