Consider the date '2026-02-27'. What will be the output of the following…
2026
Consider the date '2026-02-27'. What will be the output of the following query?
SELECT DAYNAME('2026-02-27');
Answer: C. Friday
- A.
27
- B.
February
- C.
Friday
- D.
02
Attempted by 921 students.
Show answer & explanation
Correct answer: C
Loading lesson…