How would you display system date as the result of a query ?
2 Likes
The current system date can be obtained, using function CURDATE(), as shown below :mysql>SELECT CURDATE();.
CURDATE()
mysql>SELECT CURDATE();
Answered By
1 Like
Which keyword eliminates the redundant data from a query result ?
Which keyword retains duplicate output rows in a query result ?
How would you calculate 13 * 15 in SQL ?
Which function is used to substitute NULL values in a query result ?