1.

SPATIAL indexes cannot be created on NOT NULL spatial columns.(a) True(b) FalseI have been asked this question in an international level competition.My enquiry is from Spatial Data Types topic in chapter Data Type Reference, Operators and Functions of MySQL

Answer»

Right answer is (b) False

Explanation: The ‘SPATIAL’ INDEXES can be created on ‘NOT NULL’ spatial columns. Therefore, if it is planned to index the COLUMN, it WOULD NEED to be DECLARED as NOT NULL. This type can be used in many ways.



Discussion

No Comment Found

Related InterviewSolutions