Q140 Which two statements are true about interval data types?
- (A). INTERVAL year TO month columns support yearly intervals.
- (B). The value in an interval day to SECOND column can be copied into an interval year to month column.
- (C). INTERVAL day to second columns support fractions of seconds.
- (D). INTERVAL year to month columns only support monthly Intervals within a single year.
- (E). INTERVAL year to month columns only support monthly intervals within a range of years.
- (F). The year field in an interval year to month column must be a positive value.
Answer: A,C