MySQL automatically converts a date or time value to a number if the value is used in a numeric context.
(a) True
(b) False
This question was posed to me during a job interview.
The query is from Date and Time Data Types in section Data Type Reference, Operators and Functions of MySQL