InterviewSolution
Saved Bookmarks
| 1. |
To measure the length of a string in bytes, the operator used is __________(a) CHAR_LENGTH()(b) LENGTH()(c) LEN()(d) SIZE()I got this question in final exam.This intriguing question originated from Data Value Categories in chapter Data Types of MySQL |
|
Answer» The CORRECT choice is (b) LENGTH() |
|