Hierarchical database systems organize data in a tree-like structure with parent-child relationships, where each parent can have multiple children but each child has only one parent. Examples include IMS (IBM Information Management System) and Windows Registry. File management systems don't inherently use parent-child structures, network databases use graph structures, and relational databases use tables with relationships.