select prod_id,prod_name from Products //  选择商品id及商品名称
where prod_price = 9.49  //  筛选特定价格,采用where + 条件