Home » MYSQL » Data Types » Question
  1. Which of these has special automatic update behavior?
    1. YEAR
    2. TIMESTAMP
    3. TIME
    4. DATE
    5. None of these
Correct Option: B

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.



Your comments will be displayed only after manual approval.