The product table contains this column: price number(7,2) evaluate this statement: select nvl(10 / price, '0') from product; what would happen if the price column contains null values?.