Advertisements
Advertisements
Question
Write a SQL query for the following:
To display the name of the day for the date ‘2024-11-07’.
Code Writing
Advertisements
Solution
SELECT DAYNAME (‘2024-11-07’);
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
