πŸ“Š MySQL
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

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate