Mimicking Network Databases in SQL

Posted on Simple Talk See other posts from Simple Talk
Published on Mon, 26 Sep 2011 00:00:00 GMT Indexed on 2011/11/11 18:16 UTC
Read the original article Hit count: 138

Filed under:
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.

© Simple Talk or respective owner

Related posts about T-SQL Programming