Multiple choice technology databases

Fetch = ?

  1. get+find

  2. find

  3. find+get

  4. none of the above

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

In IDMS DMS database operations, a Fetch operation is conceptually equivalent to 'find+get'. First you find (locate) the record, then you get (retrieve) it. This two-step process characterizes the fetch operation in DMS databases. Option A has the order wrong, option B is incomplete, and option D is incorrect.