Which of the statements below best describes the result set…
Which of the statements below best describes the result set returned by this SELECT statement?SELECT COUNT(*) AS ‘count’, ROUND(AVG(line_item_amount), 3) AS avg_amountFROM invoice_line_items;
Read Details