Multiple choice technology databases

1)Which function is used to get the Current System Date and Time

  1. GetSystemDate()

  2. GetDate()

  3. GetCurrentDateTime()

  4. None

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

In SQL Server, GETDATE() is the built-in function that returns the current system date and time. GetSystemDate() and GetCurrentDateTime() are not standard SQL functions, making B the correct choice.