Describe any two Date functions with suitable example.
Answers
Answered by
1
In SQL, dates are complicated for newbies, since while working with database, the format of the date in table must be matched with the input date in order to insert. In various scenarios instead of date, datetime (time is also involved with date) is used.
Similar questions