Mimicking Network Databases in SQL

Unlike the hierarchical database model, which created a tree structure in which to store data, the network model formed a generalized ‚graph‘ structure that describes the relationships between the nodes. Nowadays, the relational model is used to solve the problems for which the network model was created, but the old ‚network‘ solutions are still being implemented by programmers, even when they are less effective.

Weiterlesen…