Home » MYSQL » Mysql Basic » Question
  1. Which case does InnoDB store database names in?
    1. upper
    2. mixed
    3. random
    4. lower
    5. None of these
Correct Option: D

In InnoDB, all the database names as well as all the table names are stored in lowercase internally. There is no random case assignment to the database elements when the engine is set as InnoDB.



Your comments will be displayed only after manual approval.