🎴 Flashcard Mode
Database Concepts (UGC/NET)
Card1 / 15
Mastered0
Review0
QuestionClick to flip
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?
AnswerClick to flip back
A
Read
💡 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.