1.

Which spatial datatype is used to store a curve?(a) GEOMETRY(b) POINT(c) LINESTRING(d) POLYGONI had been asked this question in a job interview.I want to ask this question from MySQL Data Types in chapter Data Types of MySQL

Answer»

The CORRECT option is (c) LINESTRING

To EXPLAIN I would say: 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