Multiple choice technology architecture

The term object/relational mapping (ORM) refers to the technique of mapping a data representation from an object model to a relational data model with a SQL-based schema

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Object-Relational Mapping (ORM) is, by definition, a programming technique for converting data between incompatible type systems in object-oriented programming languages and relational databases, establishing a bridge between both models.