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