InterviewSolution
Saved Bookmarks
| 1. |
Which data type is used to store data and time in Mysql?(a) Numeric data type(b) Text data type(c) Temporal data type(d) Char/Varchar |
|
Answer» Right answer is (c) Temporal data type To explain I would say: Temporal data are used for storing Date, Time, TimeStamp or Datetime. |
|