Suppose you want total sales amount across all orders in a queryset. Which would you use in Django ORM?
aggregate()
annotate()
filter()
order_by()
This question is part of this quiz :