Q. The spatial datatype used to store a curve is . . . . . . . .
β
Correct Answer: (C)
LINESTRING
Explanation: GEOMETRY: The GEOMETRY data type in MySQL is a generic type that can store various types of geometric data, including points, curves, or polygons. However, if we want to specifically store a curve, we use a more specialized type.