Data modeling
Data modeling
Each parent record can have one or more children; however, a child
record can have only one parent.
The relational data model has been the most widely used data model
since its appearance in the late 1970s. Its key characteristic is that
data is stored in tables and columns. Each table contains information
relevant to a single logical entity, like a store for example, and the link
between these tables is represented by a relationship.