Mysql Date

Mysql Date retrieve the date with the help of timestamp. Timestamp is used to
catch all dates and times.
Understand with Example
The Tutorial explains you 'Mysql Date'. To understand this example, we use Date(Current_timestamp)
query that return you the date through the use of Timestamp.
Query:-
| SELECT DATE(CURRENT_TIMESTAMP); |
Output:

|