MySQL does provides a date type that has an optional time part.
(a) True
(b) False
I had been asked this question during an interview.
Asked question is from Secure Connections in portion Nulls and Conditions and Miscellaneous of MySQL
(a) True
(b) False
I had been asked this question during an interview.
Asked question is from Secure Connections in portion Nulls and Conditions and Miscellaneous of MySQL
Correct option is (a) True
To explain I would say: In MySQL, there is no data type provided which has an optional time part. The ‘DATE’ type values never have a time part. The ‘DATETIME’ type values must have a time part in them.