CBSE Class 12 Informatics Practices Question 53 of 79

Database Query using SQL — Question 11

Back to all questions
11
Question

Question 11

What is the difference between SYSDATE() and NOW() function?

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.