Home » MYSQL » Data Types » Question
  1. Which spatial datatype is used to store a curve?
    1. POLYGON
    2. LINESTRING
    3. POINT
    4. GEOMETRY
    5. None of these
Correct Option: B

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.



Your comments will be displayed only after manual approval.