Q. What is a queryset in Django?
β
Correct Answer: (C)
A collection of model instances from the database
Explanation: A queryset is a collection of database rows represented as model instances.