InterviewSolution
Saved Bookmarks
| 1. |
Hexadecimal values assigned to user variables are treated as _____________(a) strings(b) non binary strings(c) binary strings(d) integersThis question was posed to me in class test.I would like to ask this question from User-Defined Variables topic in section System, Status and User Variables of MySQL |
|
Answer» CORRECT choice is (c) binary strings Best explanation: The hexadcimal or bit VALUES ASSIGNED to user variables are treated as binary strings. In ORDER to assign a hexadecimal or bit value as a number to a user variable, it is used in a NUMERIC context. |
|