Advertisements
Advertisements
Question
Write an SQL query to perform the following:
Display the name of the day (e.g., Monday, Tuesday) for the date '2026-01-01'.
Code Writing
Advertisements
Solution
SELECT DAYNAME('2026-01-01');shaalaa.com
Is there an error in this question or solution?
