what result will the following sql statement produce? select avg(standard price) as average from product v; what result will the following sql statement produce? select avg(standard price) as average from product v; the average price of all products the average of all products in product v the average standard price of all products in product v the mode of all prices