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…