Q21GATE 2013MCQ
Embedded pointer provides
📖 Explanation
An embedded pointer is a reference stored within a data record that directly addresses the location of another related record. By creating these explicit links between entities, embedded pointers allow the database system to traverse relationships independently of the primary key or physical storage order. Consequently, these pointers function as a secondary access path, enabling the retrieval of associated information through alternative routes beyond the primary entry method.
