InterviewSolution
Saved Bookmarks
| 1. |
What Is Orm In Rails? |
|
Answer» ORM tends for Object-Relationship-Model, where Classes are MAPPED to table in the DATABASE, and OBJECTS are DIRECTLY mapped to the rows in the table. ORM tends for Object-Relationship-Model, where Classes are mapped to table in the database, and Objects are directly mapped to the rows in the table. |
|