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

Answers were Sorted based on User's Feedback



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

Answer / rajan vardawaj

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

Is This Answer Correct ?    34 Yes 0 No

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

Answer / ismail

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

Is This Answer Correct ?    10 Yes 0 No

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

Answer / v.srikanth

Yes

Is This Answer Correct ?    9 Yes 2 No

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

Answer / shripad chandratre

All has 64 characters.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More MySQL Interview Questions

Can I install mysql on mac?

0 Answers  


What are the advantages of stored procedures, triggers, indexes?

5 Answers  


Is null in mysql?

0 Answers  


What is root password?

0 Answers  


How do I stop a mysql command?

0 Answers  






Can you tell how to find the number of rows in a resultset using php?

0 Answers  


Why do we use group by and order by function in mysql?

0 Answers  


Describe mysql transaction properties.

0 Answers  


How can a user get the current SQL version?

2 Answers  


What is the difference between heap table and temporary table?

0 Answers  


What are the differences between char and varchar?

0 Answers  


How to rename an existing column in a table?

0 Answers  


Categories