Q. Which function returns the length of a string in MySQL?

  • (A) STRLEN()
  • (B) LENGTH()
  • (C) SIZE()
  • (D) LEN()
πŸ’¬ Discuss
βœ… Correct Answer: (B) LENGTH()
Explanation: `LENGTH()` returns the number of bytes used by a string.
Explanation by: Mr. Dubey
`LENGTH()` returns the number of bytes used by a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
92
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate