Write a command to display the name of the current month.
1 Like
SELECT MONTHNAME(CURDATE());
+----------------------+ | MONTHNAME(CURDATE()) | +----------------------+ | June | +----------------------+
Answered By
2 Likes
Define a function. Why are they useful?
Write commands to display the system date.
Write command to print the day of the week of your Birthday in the year 1999.
What is the difference between sysdate() and now() functions ?