Question:

Which is not correct about string function?

Updated On: Oct 18, 2024
  • UCASE("String");
  • LCASE("String");
  • MIN(Column);
  • LTRIM("String");
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The correct option is (C) : MIN(Column);
Was this answer helpful?
0
0