Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Database Hierarchy?

0
Posted

What is Database Hierarchy?

0

Imagine a set of tables that hold information on a product database. Some items beg to be related in a parent-child relationship, for instance, manufacturers and products. Each manufacturer can have several products, or children. Since each product can only belong to one manufacturer; it will have only one parent. This is the idea behind relational databases, something which has been in use for quite some time. In practice, however, things aren’t so easy. We can set all kinds of foreign key relationships to enforce this bond between tables, but those relationships don’t do much for you except to make sure you don’t input random information. We need a way to take this parent-child relationship to the next step, and take it out of theory and put it into practice.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123