Multiple choice technology databases Which is the function that records the current date? Date Sysdate Current Date 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.