Interview Questions

What is the maximum length of a table name, a database name, or a field name in MySQL?

PHP Interview Questions and Answers


(Continued from previous question...)

What is the maximum length of a table name, a database name, or a field name in MySQL?

Database name: 64 characters
Table name: 64 characters
Column name: 64 characters

(Continued on next question...)

Other Interview Questions