Q. What is the result of this SQL?
Code:
SELECT NOW();
β
Correct Answer: (C)
Current date and time
Explanation: `NOW()` returns the current date and time.