querying against a product table. what's the best way to produce an output with all the records that have the same product_name but have different product_id_number's? product_id_number is the primary key for the product table. i am trying to just collect all the product_id_number's from the query.