Q. Which MySQL function is used to get the current date and time? (A) GETDATE() (B) NOW() (C) SYSDATE() (D) CURRENT() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) NOW() Explanation: `NOW()` returns the current date and time in MySQL.