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

  1. A.

    mysys

  2. B.

    MySys

  3. C.

    MYSys

  4. D.

    YKSys

Attempted by 756 students.

Show answer & explanation

Correct answer: C

Explore the full course: Bpsc

Loading lesson…