• hey!

    use this code you will get the desired output.

    SELECT distinct SPEED, AVG(PRICE) as AVG_PRICE FROM PC GROUP BY SPEED

    HAVING SPEED>600