Multiple choice

Which of the following program variables in DBMS software program is used to copy the current record from the buffer to a program variable in the user program?

  1. Open

  2. Reset

  3. Find

  4. Read

  5. Delete

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

 copy the current record from the buffer to a program variable in the user program in short means to retrieve the data, so, to retrieve the data, read command is used in DBMS software program.