Q. Which function is used to get the current date in MySQL?
β
Correct Answer: (A)
CURRENT_DATE()
Explanation: `CURRENT_DATE()` returns the current date in MySQL.