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 database in mysql?
What is a result set object?
How to change the database engine in mysql?
How to use regular expression in pattern match conditions?
How to write optimized query in mysql?
How do I copy an entire mysql database?
What does blob mean in mysql?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
Can we write procedure in mysql?
What is the purpose of using ifnull() function?
How to write date and time literals?
What is mysql command line?
Does insert statement lock the table?
How do I setup mysql?
How do I download mysql on my laptop?