🎴 Flashcard Mode

SQL Fundamentals Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
GetDate()
💡 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.

Change Mode