Please enable JavaScript.
Coggle requires JavaScript to display documents.
Design Patterns of Data Bases - Coggle Diagram
Design Patterns of Data Bases
Graph, Trees and Hierarchies Overview
Graph theory
Directed graph
Trees
Hierarchy
Adjacency List Model
Adjacency list model
Linking column
Single table
Data manipulation
Add and update
Deletion
Selection
Nested Sets Model
Nested sets
Organization chart table
Left nested set
Right nested set
Data manipulation
Add and update
Deletion
Selection
Materialized Path
Materialized Path method
Denormalized table
Data manipulation
Add and update
Deletion
Selection