Multiple choice technology databases 1)Which function is used to get the Current System Date and Time GetSystemDate() GetDate() GetCurrentDateTime() 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.