The spatial datatype used to store a curve is _____________.
LINESTRING
POLYGON
GEOMETRY
POINT
None of these
Correct Option: A
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.