1.

The date and time datatype that stores time value in ‘hh:mm:ss’ format is ___________(a) DATE(b) TIME(c) DATETIME(d) TIMESTAMPThis question was posed to me in semester exam.The query is from Internationalization and Localization Issues topic in portion General MySQL Administration of MySQL

Answer»

The CORRECT answer is (b) TIME

To elaborate: MySQL has some variety of date and time datatypes. These datatypes are crucial for REPRESENTING RECORDS in a table. The ‘TIME’ TYPE REPRESENTS a time value, stored in the ‘hh:mm:ss’ format.



Discussion

No Comment Found

Related InterviewSolutions