what are benefits of using active record as opposed to raw sql queries?
Answer / Laxmi Kant
Active Record provides an ORM (Object Relational Mapper) that abstracts the database interactions, making it easier to work with data. It also offers features like validation, associations, and transaction management that are not available when using raw SQL queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the positive aspects of Rails?
how you can run Rails application without creating databases?
What are generators in ruby on rails?
Tell me what is rails migration?
Explain me what is the role of rails controller?
Explain me what is the function of orm in ruby on rails?
List out the few features of Ruby?
What are rails validation used for?
How to serialize data with yaml?
what are some advantages of using ruby on rails?
Difference between argument and parameter in ruby on rails ?
How you run your rails application without creating databases?