Question
Computer Science Question on Query using SQL
What will be the output of the given SQL Query SELECT DAY("2023-03-01);
A
Thursday
B
1
C
2023-03-01
D
3
Answer
1
Explanation
Solution
The correct option is (B) :1
What will be the output of the given SQL Query SELECT DAY("2023-03-01);
Thursday
1
2023-03-01
3
1
The correct option is (B) :1