Multiple choice technology mainframe Which of the following represents correct ADABAS data storage? FILE->DATABASE->FIELD->RECORD FIELD->RECORD->FILE->DATABASE DATABASE->FILE->FIELD->RECORD RECORD->FIELD->FILE->DATABASE Reveal answer Fill a bubble to check yourself B Correct answer 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.