The DELETE statement does not remove a record from
-
RELATIVE files
-
SEQUENTIAL files
-
INDEXED files
-
NONE OF THESE
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.