Advertisements
Advertisements
Question
What will be the output of the following SQL statement?
SELECT DAY NAME (2022-04-08)
Options
04
08
April
Friday
MCQ
Solution
Friday
Explanation:
DAYNAME(date): This function extracts the day's name from the given date.
shaalaa.com
Functions in SQL
Is there an error in this question or solution?