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

In Oracle SQL, SYSDATE function returns the current system date and time. Option A (Date) is a data type, not a function. Options C (Current Date) and D (System Date) are not valid SQL functions. SYSDATE is the correct function to get current date.