Write a command to display the name of current month.
SELECT MONTHNAME(CURDATE());
+----------------------+ | MONTHNAME(CURDATE()) | +----------------------+ | May | +----------------------+