Q. Which function returns the length of a string in MySQL? (A) STRLEN() (B) LENGTH() (C) SIZE() (D) LEN() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) LENGTH() Explanation: `LENGTH()` returns the number of bytes used by a string.