Which of the following is not a logical database structure?
-
Chain
-
Network
-
Tree
-
Relational
A
Correct answer
Explanation
Chain is a physical storage structure used in older file systems and some database implementations, not a logical database model. The logical database models are Network (many-to-many relationships), Tree/Hierarchical (parent-child relationships), and Relational (tables with keys). Chain describes how data blocks are linked on disk.