Computer Science, asked by sieferzee, 6 months ago

What will be the output of the following code?
mysql> select concat ( lower ( ‘CLAss’ ), upper ( ‘xii’ ) )

Answers

Answered by Itzabhi001
2

Explanation:

function is a special type of predefine command set that performs some operation and returns a single value.

Similar questions