delimiter // create procedure productpricint() begin select avg(price) as priceaverage from product; end // delimiter;