Multiple choice technology

Which one is not a compound DML type

  1. Voids

  2. Records

  3. Vectors

  4. Unions

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

Voids represent the absence of a value or return type, not a compound data structure. Records, Vectors, and Unions are all compound types that can contain multiple elements or fields, while Void is a primitive/atomic concept.