Multiple choice technology mainframe

@DELETE,C IS A VALID DELETE STATEMENT

  1. True

  2. False

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

@DELETE,C is a valid delete statement syntax in this system. The '@' prefix indicates a command, DELETE specifies the operation, and 'C' appears to be a valid parameter or target identifier.