-
Which type can store a collection of objects of any type?
-
- MULTIPOLYGON
- MULTILINESTRING
- GEOMETRYCOLLECTION
- MULTIPOINT
- 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.