1.

Which case does InnoDB store database names in?(a) lower(b) upper(c) mixed(d) randomThe question was posed to me during an interview.I need to ask this question from Case Sensitivity in SQL Statements topic in portion Using SQL to Manage Data of MySQL

Answer»

Right ANSWER is (a) lower

The best I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions