Nested set model: Difference between revisions

Content deleted Content added
m sortable !
The linked reference was no longer available
Line 1:
The '''nested set model''' is a particular technique for representing [[nested set]]s (also known as [[tree (data structure)|tree]]s or [[hierarchy|hierarchies]]) in [[relational database]]s.
The term was apparently introduced by [[Joe Celko]]; others describe the same technique without naming it <ref>[http://www.kamfonas.com/id3.html ''Recursive Hierarchies: The Relational Taboo!''], by Michael J. Kamfonas, in: ''The Relational Journal'' - October/November 1992,</ref> or using different terms.<ref>[http://articles.sitepoint.com/article/hierarchical-data-database/2 Storing Hierarchical Data in a Database: ''Modified Pre-order Tree Traversal''], by Gijs van Tulder, at articles.sitepoint.com</ref>
 
== Motivation ==