Home » MYSQL » Data Types » Question
  1. Which type can store a collection of objects of any type?
    1. MULTIPOLYGON
    2. MULTILINESTRING
    3. GEOMETRYCOLLECTION
    4. MULTIPOINT
    5. None of these
Correct Option: C

‘GEOMETRYCOLLECTION’ can store a collection of objects of any type. The other collection types like ‘MULTIPOINT’, ‘MULTILINESTRING’, ‘MULTIPOLYGON’ and ‘GEOMETRYCOLLECTION’ restrict collection members to those having a particular geometry type.



Your comments will be displayed only after manual approval.