Multiple choice technology databases

Oracle DATE columns always contain the date but not the time fields.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Oracle DATE columns store both date AND time components (down to seconds). The time portion defaults to midnight (00:00:00) if not specified, but it always exists. Use TIMESTAMP for fractional seconds or explicit time handling.