Which database model organizes data in a tree-like structure? 🔊
The database model that organizes data in a tree-like structure is known as the hierarchical database model. In this model, data is represented in a parent-child relationship, where each record has a single parent and can have multiple children. This structure allows for efficient data retrieval and management but can be limited in flexibility compared to other models like relational databases, which support more complex relationships.
Equestions.com Team – Verified by subject-matter experts