SELECT P.ProductName, P.UnitPrice, (SELECT Pr.UnitPrice FROM Products AS Pr WHERE Pr.CategoryID = 1) AS 'Prosjecna cijena kat 1' FROM Products AS P