Consider this query: SELECT game, shop, price, round(0.08*price,2) AS tax FROM fun.inventory; Which are the correct column names in the header of the result set for this query?
Question 6Consider this query: SELECT game, shop, price, round(0.08*price,2) AS tax FROM fun.inventory; Which are the correct column names in the header of the result set for this query? 1…
