You are on page 1of 3

What will be the output of following code?

(i) SELECT LOWER(CONCAT(‘Informatics’, ‘Practices’));


(ii) SELECT INSTR(‘INFORMATICS PRACTICES’,’OR’);

What will be the output of following code ?


(i) Select RTRIM(‘INFORMATICS ‘);
(ii) Select LEFT(‘INFORMATICS PRACTICES’, 3);
(iii) Select INSTR(‘Informatics’,’ mat’);

What would be the output of


(i) Select count(“inform”, “matics”);
(ii) Select SubStr(“Practices”,3);
(iii) Select Floor(2345.90);
(iv) Select Power(4,2);
(v) Select Truncate(1.223,1)

What would be the output of


(i) Select upper(“mayo”);
(ii) Select 1000+sqrt(100);
(iii) Select mod(14*9. 90/9);

What will be the output of following code?


(i) SELECT CHAR(65);
(ii) SELECT right(“INFORMATICS PRACTICES”,3);

What will be the output of following code?


(i) SELECT LOWER(CONCAT(‘Informatics’, ‘Practices’));
(ii) SELECT INSTR(‘INFORMATICS PRACTICES’,’OR’);

What will be the output of following code ?


(i) Select RTRIM(‘INFORMATICS ‘);
(ii) Select LEFT(‘INFORMATICS PRACTICES’, 3);
(iii) Select INSTR(‘Informatics’,’ mat’);

What would be the output of


(i) Select count(“inform”, “matics”);
(ii) Select SubStr(“Practices”,3);
(iii) Select Floor(2345.90);
(iv) Select Power(4,2);
(v) Select Truncate(1.223,1)

What would be the output of


(i) Select upper(“mayo”);
(ii) Select 1000+sqrt(100);
(iii) Select mod(14*9. 90/9);

What will be the output of following code?


(i) SELECT CHAR(65);
(ii) SELECT right(“INFORMATICS PRACTICES”,3);

You might also like