1.

MySQL provides a date type that has an optional time part.(a) True(b) FalseI got this question in an online interview.The query is from Choosing Data Types in division Data Types of MySQL

Answer»

Correct choice is (B) False

The best I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions