Home » MYSQL » Mysql Setup » Question
  1. What is the storage size in bytes required for the MEDIUMINT datatype?
    1. 4
    2. 3
    3. 2
    4. 1
    5. 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.



Your comments will be displayed only after manual approval.