What type of database model organizes data in a tree-like structure with parent and child relationships?
What type of database model organizes data in a tree-like structure with parent and child relationships?
کس قسم کا ڈیٹا بیس ماڈل ڈیٹا کو درخت نما ڈھانچے میں والدین اور بچوں کے تعلقات کے ساتھ ترتیب دیتا ہے؟
Explanation
A hierarchical database is a data model in which data is stored in the form of records and organized into a tree-like structure, or parent-child structure, in which one parent node can have many child nodes connected through links.