implementation of sequential,random and indexed sequential file organisation
Answers
Answered by
0
Answer:
Indexed Sequential File Organization
An indexed sequential file consists of records that can be accessed sequentially. Direct access is also possible. It consists of two parts − Data File contains records in sequential scheme. Index File contains the primary key and its address in the data file.
Explanation:
Similar questions