Multiple choice technology databases

Which is the function that records the current date?

  1. Date

  2. Sysdate

  3. Current Date

  4. System Date

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

SYSDATE (or SYSDATETIME in some databases) is the function that returns the current system date and time. In Oracle, SYSDATE specifically returns the current date.