1.

Write the output of the following statements.(i) SELECT ROUND (29.21,7), ROUND (32.76, 1)(ii) SELECT TRIM ('I love ...... MySQL ....');(iii) SELECT CONCAT ('I', 'am', 'a',  'teacher');

Answer»

(i) 29.2 32.8

(ii)  I  love MySQL (Note : In between space is not removed)

(iii)  I am a teacher



Discussion

No Comment Found

Related InterviewSolutions