select
    prod_id,
    prod_name
from
    Products
where prod_price=9.49;