What is the maximum length of a table name, database name,
and fieldname in MySQL?
Answer Posted / 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 |
Post New Answer View All Answers
How can I create table in mysql?
What does mysql workbench do?
What is latest version of mysql?
What is key in mysql?
How to rename an existing table in mysql?
What is the limit of mysql database?
Where does mysql store data?
What is a left join mysql?
How do I select a database in mysql workbench?
What is difference between mysql and mysql server?
Can you tell which of the following where clauses is faster?
What is a definer?
How do I change a procedure in mysql?
What is blob datatype in mysql?
How to delete the repeated records from a table?