Which database organization uses parent-child relationships to organize data in a tree-like structure?
The correct answer is: C
Explanation
Hierarchical databases organize data in a tree-like structure where each "parent" record can have multiple "child" records. This structure is suitable for situations where data has a clear superior-subordinate relationship, like a file system on a computer where folders can contain subfolders.