Advertisements
Advertisements
Question
Find the output of the following SQL queries:
SELECT SUBSTR("CLIMATE CHANGE", 4, 4);
SELECT UCASE(RIGHT ("Pollution", 3));
SELECT LENGTH("HAPPY")+3;
Short Answer
Solution
- MATE
- ION
- 8
shaalaa.com
Is there an error in this question or solution?