What is Hierarchical model in DBMS ? Features of Hierarchical Model This model is based on the tree structure. This model contains a collection of records that are connected by each other by links. Tree structures that… View Answer
Design a database for a hierarchical data like country, state, zone, street etc., The tags and length of the hierarchy are not specific and they can change anytime ? Answer : Hierarchical data is a common relational data pattern for representing tree-like data structures… View Answer