Q. Which of these is used to perform raw SQL queries in Django?
β
Correct Answer: (B)
Model.objects.raw()
Explanation: `raw()` allows execution of raw SQL queries in Django ORM.