Home » MYSQL » MySQL Database Operations » Question
  1. The best datatype for a column that is expected to store values up to 2 million is _________.
    1. BIGINT
    2. MEDIUMINT
    3. TINYINT
    4. SMALLINT
    5. None of these
Correct Option: A

The different numeric types used in MySQL are used to store different range of values. To store values of the order of a million, the MEDIUMINT or BIGINT datatype is sufficient.



Your comments will be displayed only after manual approval.