Q. Which function returns the length of a string in MySQL?
β
Correct Answer: (B)
LENGTH()
Explanation: `LENGTH()` returns the number of bytes used by a string.