1.

MySQL does not provide a date type that has an optional time part.(a) True(b) FalseI have been asked this question during an online interview.This key question is from Setting Up Secure Connections in division Access Control and Security of MySQL

Answer»

Correct choice is (a) True

For EXPLANATION: 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