Multiple choice technology Which one is not a compound DML type Voids Records Vectors 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.