What will be the output of the following MySQL query? SELECT…
2026
What will be the output of the following MySQL query?
SELECT CONCAT(UPPER(SUBSTR('MyKid',1,2)),'Sys');
Answer: C. MYSys
- A.
mysys
- B.
MySys
- C.
MYSys
- D.
YKSys
Attempted by 758 students.
Show answer & explanation
Correct answer: C
Loading lesson…