Oracle Database SQL — Question 146

Which two statements are true about INTERVAL data types?

Answer options

Correct answer: B, C

Explanation

Option B is correct because INTERVAL DAY TO SECOND columns can indeed represent fractions of seconds, which is a key feature. Option C is also correct as INTERVAL YEAR TO MONTH columns are designed to support yearly intervals. The other options are incorrect as they either misrepresent the capabilities of INTERVAL data types or impose incorrect limitations.