Google News
logo
MySQL - Quiz(MCQ)
What is the maximum number of characters allowed for a database name to have?
A)
8
B)
16
C)
32
D)
64

Correct Answer :   64


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

Advertisement