How would you display system date as the result of a query ?
The current system date can be obtained, using function CURDATE(), as shown below :mysql>SELECT CURDATE();.
CURDATE()
mysql>SELECT CURDATE();