← Back to FrameworksDjango — select_related vs prefetch_related
Frameworksdjango
The Question
What is the difference between select_related and prefetch_related in Django?
What a Strong Answer Covers
- JOIN vs separate query
- FK vs M2M
- N+1.
Related Questions
Practice This Question
Get AI-graded feedback on your answer with follow-up probes on weak points.
Take the Free Assessment