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 is a built-in function that returns the current date and time from the database server's system clock. While 'Date', 'Current Date', and 'System Date' might seem like reasonable names, SYSDATE is the actual Oracle function used to retrieve the current timestamp. This is a standard Oracle SQL function that any developer working with Oracle databases should know.