Which is the function that records the current date?

  1. Date

  2. Sysdate

  3. Current Date

  4. System Date


Correct Option: B

AI Explanation

To answer this question, you need to understand the functions that can record the current date in programming or database languages.

Option A) Date - This option is incorrect. The "Date" function is not commonly used to record the current date. It is used to create a new date object or to manipulate existing date objects in some programming languages.

Option B) Sysdate - This option is correct. The "Sysdate" function is commonly used in database languages like SQL to record the current date and time. It returns the current system date and time of the database server.

Option C) Current Date - This option is incorrect. The "Current Date" is not a standard function that records the current date in programming or database languages.

Option D) System Date - This option is incorrect. The "System Date" is not a standard function that records the current date in programming or database languages.

The correct answer is B) Sysdate. This option is correct because the "Sysdate" function is commonly used to record the current date in database languages like SQL.

Find more quizzes: