Multiple choice technology programming languages

The DELETE statement does not remove a record from

  1. RELATIVE files

  2. SEQUENTIAL files

  3. INDEXED files

  4. NONE OF THESE

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

The DELETE statement is only supported for files with relative or indexed organization. Sequential files do not support the DELETE statement because their structure requires sequential write and read access. Thus, sequential files are the only file type listed from which records cannot be deleted using this statement.