select
    order_num,
    prod_id,
    quantity
from
    OrderItems
where
    quantity>=100;