Write SQL statement to display
Today, the date is <current date>
SELECT CONCAT('Today, the date is ', CURDATE()) AS CURDATE;