CBSE Class 12 Informatics Practices
Question 28 of 81
MySQL Functions — Question 10
Back to all questions6
Reason — The LENGTH() function in MySQL returns the length of the string specified as its argument in characters. In the given query, the string "WINNER" has a length of 6 characters, so the LENGTH() function will return 6.