Top "Hierarchical-data" questions

Hierarchical data reflects a set of parent-child relationships.

Fetching linked list in MySQL database

I have a MySQL database table with this structure: table id INT NOT NULL PRIMARY KEY data .. next_id INT …

mysql data-structures linked-list hierarchical-data
Retrieving Hierarchical/Nested Data From CouchDB

I'm pretty new to couchDB and even after reading (latest archive as now deleted) http://wiki.apache.org/couchdb/How_…

nested couchdb hierarchy hierarchical-data
Oracle SQL Hierarchical Query: Flatten Hierarchy and Perform Aggregation

I am trying to improve performance for a proof of concept I have already written and am having no luck. …

sql oracle aggregate-functions hierarchical-data hierarchical
Suitability of MongoDB for hierarchial type queries

I have a particular data manipulation requirement that I have worked out how to do in SQL Server and PostgreSQL. …

mongodb hierarchical-data mongodb-.net-driver
Multi-dimensional Dictionary class in VBA

This post is half to share a solution and half to ask if there's a better way to do it. …

vba excel data-structures hierarchical-data recursive-datastructures
Turn database result into array

I have just made the update/add/delete part for the "Closure table" way of organizing query hierarchical data that …

php mysql tree hierarchical-data
Smooth transitioning between tree, cluster, radial tree, and radial cluster layouts

For a project, I need to interactively change hierarchical data layout of a visualization - without any change of the …

d3.js hierarchy hierarchical-data dendrogram
PostgreSQL recursive parent/child query

I'm having some trouble working out the PostgreSQL documentation for recursive queries, and wonder if anyone might be able to …

postgresql hierarchical-data recursive-query
Eager load a self-referencing table

I have a standard self referencing table of Categories. In my entity model I have made associations Children and Parent. …

c# entity-framework hierarchical-data