Multiple choice technology mainframe

____ command adds a record to the database.

  1. STORE

  2. ADD

  3. INSERT

  4. UPDATE

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

In Natural, the STORE statement adds a new record to the database. INSERT, ADD, and UPDATE are not Natural database commands - STORE is the correct command for record insertion.