Multiple choice technology databases

When you want to locate a particular record in the adabas file and if you have value of the full key use :

  1. READ

  2. FIND

  3. GET

  4. PUT

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The FIND command in ADABAS is used to locate a specific record when you have the complete key value. It's optimized for direct record access using the full key.