What is the current price of each product? Display product code, product description, unit, and its current price. HINT: You will use MAX(). This is a nested join.
Can