Informatics Practices
Write a command to display the name of current month.
SQL Queries
1 Like
Answer
SELECT MONTHNAME(CURDATE());
Output
+----------------------+
| MONTHNAME(CURDATE()) |
+----------------------+
| May |
+----------------------+
Answered By
2 Likes
Related Questions
If Str = "INFORMATICS PRACTICES …." and Str1 = "… FOR CLASS XI"
Write commands to print the output as 'informatics practices for class xi'
Write commands to display the system date.
Write SQL statement to display
Today, the date is <current date>
Write command to print the day of the week of your Birthday in the year 1999.