What is the final output of the following nested function? SELECT…
2026
What is the final output of the following nested function?
SELECT LENGTH(TRIM(' MySQL '));
Answer: A. 5
- A.
5
- B.
6
- C.
7
- D.
11
Attempted by 866 students.
Show answer & explanation
Correct answer: A
Loading lesson…