Advertisements
Advertisements
Question
What will be the output of the following SQL command?
SELECT MONTHNAME ('2024-08-02');
Options
08
02
February
August
MCQ
Advertisements
Solution
August
Explanation:
The MONTHNAME() function provides the complete name of the month for the specified date.
shaalaa.com
Is there an error in this question or solution?
