Home » MYSQL » Data Types » Question
  1. INT2 maps to MySQL type _____________.
    1. BIGINT
    2. TINYINT
    3. SMALLINT
    4. MEDIUMINT
    5. None of these
Correct Option: C

In order to facilitate the use of code written for SQL implementations from other vendors, MySQL maps the data types from the other vendor types to the appropriate MySQL type.



Your comments will be displayed only after manual approval.