Nested Set is a method for saving hierarchical data in a relational database
Nested Set is a method used to save hierarchical data in a relational database like MySQL, Postgresql, Oracle, etc ... The term is coined by Joe Celko in his book "Trees and Hierarchies in SQL"
Nested set also goes by the term "Modified Preorder Tree Traversal".