write a quary to illustrate difference between now and sysdate
Answers
Answered by
0
Answer:
started. sysdate() give you the current datetime. NOW() returns a constant time that indicates the time at which the statement began to execute. (Within a stored function or trigger, NOW( ) returns the time at which the function or triggering statement began to execute.)
Similar questions