InterviewSolution
Saved Bookmarks
| 1. |
A binary string is not associated with a character set.(a) True(b) FalseI have been asked this question in an online quiz.This key question is from Data Value Categories topic in portion Data Types of MySQL |
|
Answer» CORRECT choice is (a) True To EXPLAIN I WOULD say: In MySQL, the STRING values are classified into two general categories. They are the binary strings and non binary strings. A binary string is only a sequence of bytes interpreted without a character set. |
|