Home » MYSQL » Data Types » Question
  1. The maximum value that can be specified to the size of VARCHAR is _____________.
    1. 65535
    2. 1023
    3. 127
    4. 0
    5. None of these
Correct Option: A

The values in ‘VARCHAR’ columns are variable length strings. The length can be a value from 0 to 65,535. The effective maximum length of a VARCHAR is subject to the maximum row size.



Your comments will be displayed only after manual approval.