CBSE Class 12 Informatics Practices
Question 53 of 79
Database Query using SQL — Question 11
Back to all questionsThe difference between the SYSDATE() and NOW() functions is that the SYSDATE() function returns the exact time at which the function executes. On the other hand, the NOW() function returns the current date and time at the beginning of the statement execution.