Home » MYSQL » MySQL Database Operations » Question
  1. What is the maximum number of characters allowed for a database name to have?
    1. 128
    2. 64
    3. 32
    4. 16
    5. None of these
Correct Option: B

MySQL allows the database names and the table names to be maximum 64 characters long. The length of these names is also bound by the length allowed by the operating system on the machine.



Your comments will be displayed only after manual approval.