CBSE Class 12 Informatics Practices Question 10 of 81

MySQL Functions — Question 6

Back to all questions
6
Question

Question 6

What is the difference between sysdate() and now() functions ?

Answer

The 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.