Which type can store a collection of objects of any type?
A. GEOMETRYCOLLECTION
B. MULTIPOINT
C. MULTILINESTRING
D. MULTIPOLYGON
Answer: Option A
Solution (By Examveda Team)
This question is about data types in MySQL, specifically the ones used for geospatial data.Think of these types like containers for different kinds of geographical information.
* GEOMETRYCOLLECTION is the special one. It's like a big box that can hold any kind of geographical object, like points, lines, polygons, or even other collections! * The other options – MULTIPOINT, MULTILINESTRING, and MULTIPOLYGON – are more specific. They can only store collections of one type: points, lines, or polygons, respectively. So, the answer is Option A: GEOMETRYCOLLECTION.
It's the only type in MySQL that can hold a mix of different geographical objects in a single collection.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion