What is the storage size in bytes required for the MEDIUMINT datatype?
4
3
2
1
None of these
Correct Option: B
The numeric datatypes used in MySQL vary over ranges. There are a variety of INT types in the type specification. TINYINT requires 1, SMALLINT requires 2 bytes and MEDIUMINT requires 3.