Vidyalelo
Python · Q13

Database Connectivity with Python

Programming · Python · question 13

Q13

What is an ORM (Object-Relational Mapping) in database connectivity?

A.
A way to create images from databases
B.
A programming language for databases
C.
A technique to map database tables to object-oriented classes
Answer
D.
A tool for compressing database files

Answer: Option C

Solution

Answer: Option C
Solution:
ORM is a technique that maps database tables to object-oriented programming classes, simplifying database interactions.