Beginner SQL
Q29 / 100

Which function returns the current date and/or time in most SQL databases?

Correct! Well done.

Incorrect.

The correct answer is B) NOW() or CURRENT_TIMESTAMP

B

Correct Answer

NOW() or CURRENT_TIMESTAMP

Explanation

NOW() (MySQL) or CURRENT_TIMESTAMP (standard SQL) return the current date and time.

Progress
29/100