🎴 Flashcard Mode

mainframe Online Quiz - 18

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which of the following represents correct ADABAS data storage?

AnswerClick to flip back
A
FIELD->RECORD->FILE->DATABASE
💡 Explanation:

ADABAS stores data hierarchically: fields group into records, records into files, and files into a database. This is FIELD -> RECORD -> FILE -> DATABASE, which is the inverted-list structure ADABAS uses.

Change Mode