InterviewSolution
Saved Bookmarks
| 1. |
The datatype INT stores ___________(a) 16 bit(b) 32 bit(c) 48 bit(d) 64 bit |
|
Answer» Right choice is (b) 32 bit Easiest explanation: Numeric datatypes in MySQL are many. Each numeric datatype used in MySQL have their own ranges in terms of bits. The INT datatype stores signed and unsigned values of 32 bits. |
|