1.

The spatial datatype used to store a curve is _____________(a) GEOMETRY(b) POINT(c) LINESTRING(d) POLYGONThe question was posed to me in an international level competition.Question is taken from Internationalization and Localization Issues in section General MySQL Administration of MySQL

Answer»

The correct choice is (c) LINESTRING

Best explanation: In MySQL, there are many spatial datatypes available for use. Some examples are GEOMETRY, POINT, LINESTRING and POLYGON. The LINESTRING type is used to REPRESENT a curve.



Discussion

No Comment Found

Related InterviewSolutions