Q. Django ORM stands for:
β
Correct Answer: (A)
Object-Relational Mapping
Explanation: ORM is a technique used to interact with the database using Python objects.