Multiple choice

Which of the following operations in DBMS is the one in which data from the operand relations is read into the main memory and processed in some way out to the disk, and read again from the disk to complete the operation?

  1. NUMA

  2. Scanning tables

  3. Shared disk

  4. Two-pass alogorithm

  5. Table scan

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

This operation in DBMS is the one in which data from the operand relations is read into the main memory and processed in some way out to disk, and read again from the disk to complete the operation.