DMBS
DMBS
SEQUENTIAL
ACCESS
METHODS (ISAM)
G.HARANI
23H51A66CF
CSM – 06
WHAT IS ISAM ?
.
Data Insertion: When a new record is specified, the file where data is stored is updated, taking
the correct sequential order. The basic index, which receives a new record’s key index and its
location in the data file, is where the updating occurs.
Data Retrieval: Once the lookup is undertaken, the computer hardware then scans the primary
index using the initial value. When a data retrieval process needs an index entry it refers to the
pointer that will directly access the necessary data file record.
Data Deletion: Upon the deletion of the record, it is flagged in the data file as such, and the
relative entry in the primary index becomes nonexistent or changes.
Data Updating: This process is comprised of looking through the index to find the record,
upgrading the data file record, and looking through the index for necessary alterations.
Advantages of ISAM
Efficient Data Retrieval: ISAM contributes to the instant
access of data by implementing the indexed method, thus,
avoiding sequential searching.