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

Is mysql a server or database?

0 Answers  


How do I install mysql on windows 7?

0 Answers  


What is meant by mysqli?

0 Answers  


Write a query to fetch duplicate records from a table using mysql?

0 Answers  


What is text?

0 Answers  






what are the different tables present in mysql? : Mysql dba

0 Answers  


What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?

1 Answers  


How does limit work in mysql?

0 Answers  


What mysql means?

0 Answers  


What is identity in mysql?

0 Answers  


What are CSV tables?

1 Answers  


What are federated tables?

0 Answers  


Categories