InterviewSolution
Saved Bookmarks
| 1. |
The size of the BIT type is ___________(a) 1(b) 2(c) 3(d) variable |
|
Answer» Correct option is (d) variable The explanation: All the numeric datatypes used in MySQL vary over the fields. However the maximum size is fixed. Unlike the other numeric types the size of the BIT datatype depends on the length of the field. |
|