What is the maximum length of a table name, database name,
and fieldname in MySQL?

Answers were Sorted based on User's Feedback



What is the maximum length of a table name, database name, and fieldname in MySQL?..

Answer / sbreddy

tablename=64
databasename=64
fieldname=64

Is This Answer Correct ?    101 Yes 12 No

What is the maximum length of a table name, database name, and fieldname in MySQL?..

Answer / virendra

Database: 64
Table: 64
Column: 64
Index: 64
Constraint: 64
Stored Function or Procedure: 64
Trigger: 64
View: 64
Compound Statement Label: 16

Is This Answer Correct ?    33 Yes 7 No

What is the maximum length of a table name, database name, and fieldname in MySQL?..

Answer / pravallika

64

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MySQL Interview Questions

How can you do the fine tunning?

3 Answers   ACC,


What is database migration in mysql?

0 Answers  


How to load data from a text file into a table?

7 Answers   Sasaa,


What does innodb stand for?

0 Answers  


Why is mysql used?

0 Answers  






how to find max salary from the database

3 Answers  


How to see the database architecture in MySQL??

3 Answers  


Explain the storage engines in mysql?

0 Answers  


What is pragma autonomous_transaction?

0 Answers  


How do I switch users in mysql?

0 Answers  


Is mysql a odbc?

0 Answers  


What are the applications required to support mysql?

0 Answers  


Categories