Q. Which MySQL function is used to get the current date and time?
β
Correct Answer: (B)
NOW()
Explanation: `NOW()` returns the current date and time in MySQL.