What is referential integrity and why is it important?
Answer / Pawan Kumar Tiwari
Referential integrity ensures that relationships between tables remain consistent. It prevents situations where a parent record does not have child records, or a child record has no corresponding parent. It is important to maintain data accuracy and consistency within the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of cache in hibernate?
What is the is the default transaction factory in hibernate?
What is the difference between save() and persist() in hibernate?
What is the difference between save and merge in hibernate?
What are the hibernate annotations?
How does hibernate cache work?
How to insert date in database using hibernate?
What is a zero to many relationship?
What is hibernate dialect?
Can we update primary key in hibernate?
Does hibernate support nosql?
What is true for hibernate and jpa?