Which SQL function is used to retrieve the current date and time?
Q1. Which SQL function is used to retrieve the current date and time?
Answer: NOW()
Explanation: The NOW() function retrieves the current date and time, although the specific function may vary depending on the database management system.