InterviewSolution
Saved Bookmarks
| 1. |
Which datatype is used for a fixed length binary string?(a) VARCHAR(b) BINARY(c) VARBINARY(d) BLOBThe question was posed to me in final exam.Question is taken from MySQL Data Types in division Data Types of MySQL |
|
Answer» Right answer is (b) BINARY |
|