InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between CURDATE() and DATE() functions? |
|
Answer» CURDATE() returns the current date whereas DATE() extracts the date part or datetime expression. |
|