What is orm in sql?



What is orm in sql?..

Answer / Upasna Singh Diwakar

In SQL, ORM (Object Relational Mapping) is a technique for converting data between incompatible type systems using a set of well-defined mapping rules. It allows developers to work with objects in their programming language instead of writing raw SQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Explain about various levels of constraint.

1 Answers  


What are the uses of sysdate and user keywords?

1 Answers  


what is the difference between delete and truncate commands? : Sql dba

1 Answers  


What is scalar and vector?

1 Answers  


What are different functions in sql?

1 Answers  


What is left inner join in sql?

1 Answers  


there are 2 variables called x and y ,x contains 1,2 and y contains 3,4 we have to swap the values from x to y and y to x with out using dummy variables and it can be done only by using a single statement ? how?

12 Answers   Oracle,


Do you understand the meaning of exception handling?

3 Answers  


How do I run a sql script?

1 Answers  


Why functions are used in sql?

1 Answers  


What is sql profiling in oracle?

1 Answers  


What does inner join mean?

1 Answers  


Categories