Multiple choice technology programming languages

O RSREFR FILEMAN/READ CLOSE RSREFR Which statement is correct about FILEMAN/READ ?

  1. FILEMAN allows us to update the file where READ doesn't

  2. READ allows us to update the file whereas FILEMAN doesn't

  3. Updates can be allowed using both FILEMAN as well as READ

  4. Updates cannot be done using FILEMAN as well as READ

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

In Model 204, opening a file with FILEMAN privileges allows both reading and updating/modifying the file, whereas opening it with READ privileges restricts access to read-only operations.