Multiple choice technology databases

SYSDATE is a date function that returns the current database server date and time.

  1. True

  2. False

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

SYSDATE is a built-in SQL function in Oracle that returns the current date and time set on the database server. It is frequently used for timestamping records or performing date arithmetic.