Match the items on the right to the items on the left:
Check
Compared to traditional techniques of exchange between an object-oriented language and a relational database, ORM often reduces the amount of code that
???
data objects.
several different platforms.
modify data.
in your code.
needs to be written.
Structured Query Language (SQL) is a standard computer language for relational database management and data manipulation. SQL is used to query, insert, update and
???
data objects.
several different platforms.
modify data.
in your code.
needs to be written.
Most relational databases support SQL, which is an added benefit for database administrators (DBAs), as they are often required to support databases across
???
data objects.
several different platforms.
modify data.
in your code.
needs to be written.
Object-relational mapping (ORM, O/RM, and O/R mapping) is good for abstracting the datastore (flat file / SQL / whatever) out in order to provide an interface that can be used
???
data objects.
several different platforms.
modify data.
in your code.
needs to be written.
An ORM uses this mapping information to manage the process of converting data between its database and object forms, and generating the SQL for a relational database to insert, update, and delete data in response to changes the application makes to
???
data objects.
several different platforms.
modify data.
in your code.
needs to be written.
Check
OK