I have this SQL data pull that currently has dupe rows per product. In these dupe rows, some of the PKs per product are the same but what's different is the discount. The discounts will be different per product. For eg. Product A is listed twice on the pull but has a varying discount of .10 vs .15 for example:

I want to be able to merge both rows into one row and make it look like this:

What does the code look like for that