2. What will be the output of the following code?
2. SELECT CONCAT (CONCAT(‘Inform’, ‘atics’), ‘Practices’);
3. SELECT LCASE (’INFORMATICS PRACTICES CLASS 11TH‘);
4. SELECT UCASE (’Computer Studies‘);
5. SELECT CONCAT (LOWER (‘Class’), UPPER (‘xii’));

Ans 2:
InformaticsPractices
Ans 3:
informatics practices class 11th
Ans 4:
COMPUTER STUDIES
Ans 5:
classXII

Leave a Comment

Your email address will not be published. Required fields are marked *

error: Content is protected !!