What is relationship database?



What is relationship database?..

Answer / Aditya Tiwari

A relationship database is a type of database that stores data as sets of related records. It allows for the creation of relationships between tables, enabling efficient querying and manipulation of data based on those relationships.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is object/relational mapping metadata?

1 Answers  


Explain the transaction object in hibernate?

1 Answers  


What is callback interface?

1 Answers  


How many attributes are there in column annotation?

1 Answers  


Why sessionfactory is used in hibernate?

1 Answers  


What are the two types of collections in hibernate?

1 Answers  


How does hibernate update work?

1 Answers  


What is orm and odm?

1 Answers  


How does hibernate proxy work?

1 Answers  


What is dirty read problem in hibernate?

1 Answers  


How can we reduce database write action times in Hibernate?

1 Answers  


What is transaction management in hibernate?

1 Answers  


Categories