What is Hierarchical DBMS
In HDBMS, data is structured in a tree like manner. There is a parent-child relationship between data items and the data model is very suitable for representing one-to-many relationship. To access the data items, some type of tree-traversal techniques are used, such as preorder traversal.