Examveda

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

D. A tool for compressing database files

Answer: Option C

Solution (By Examveda Team)

ORM is a technique that maps database tables to object-oriented programming classes, simplifying database interactions.

Join The Discussion

Related Questions on Database Connectivity with Python

What is SQLite?

A. A type of programming language

B. A relational database management system

C. A Python module for web scraping

D. A version control system