A DEFAULT value cannot be supplied to spatial types.
(a) True
(b) False
This question was posed to me in an interview.
Origin of the question is MySQL Data Types in section Data Types of MySQL
(a) True
(b) False
This question was posed to me in an interview.
Origin of the question is MySQL Data Types in section Data Types of MySQL
Correct choice is (a) True
The explanation: For every data type except the BLOB and TEXT types, spatial types, or columns with the AUTO_INCREMENT attribute, a DEFAULT def_value clause can be specified to keep a default value for a column.