CBSE Class 12 Informatics Practices Question 40 of 79

MySQL SQL Revision Tour — Question 8

Back to all questions
8
Question

Question 8

Write SQL statement to display

Today, the date is <current date>
Answer
SELECT CONCAT('Today, the date is ', CURDATE()) AS CURDATE;