Multiple choice technology databases

What is the result of this: initsmall("GANESH");

  1. ganesh

  2. gANESH

  3. Ganesh

  4. THERE IS NO FUNCTION LIKE initsmall();

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

There is no standard function called 'initsmall' in Oracle SQL or any major programming language. The Oracle equivalent is INITCAP(), which capitalizes the first letter of each word and makes remaining letters lowercase. This question tests knowledge of actual versus fictitious function names.