InterviewSolution
Saved Bookmarks
| 1. |
Which of these has special automatic update behavior?(a) DATE(b) TIME(c) TIMESTAMP(d) YEAR |
|
Answer» Correct choice is (c) TIMESTAMP The best explanation: The date and time types for representing temporal values are ‘DATE’, ‘TIME’, ‘DATETIME’, ‘TIMESTAMP’ and ‘YEAR’. Each temporal type has a range of valid values and a ‘zero’ value. |
|