adspace
Answer Posted / Mradul Kumar Verma
Active Record is an Object-Relational Mapping (ORM) system used by Rails for interacting with databases. It provides an easy and consistent way to perform database operations such as create, read, update, and delete (CRUD). Active Record maps database tables into Ruby classes and database rows into Ruby objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers