What will be the result of the following query?
Select title_id,copies_sold=sum(qty) from sales where ord_date between '1/1/2010 and '12/31/2010' group by all title_id Sales(title_id,qty,ord_date)
Reveal answer
Fill a bubble to check yourself