Multiple choice technology databases

Which procopt is used to read from a segment

  1. G

  2. R

  3. I

  4. D

  5. P

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

PROCOPT 'G' (Get) authorizes a program to read or retrieve data from segments. PROCOPT 'R' is for replace, 'I' for insert, 'D' for delete, and 'P' is for path calls combined with other functions.