Q. Which ORM method returns a QuerySet of all records? (A) get() (B) filter() (C) select() (D) all() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) all() Explanation: all() returns a QuerySet containing all objects from the database.