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
What is the difference between the LIKE and REGEXP operators?
How do I copy a table in mysql?
What is view? How can you create and drop view in mysql?
Should I use pdo or mysqli?
What is maximum table size in mysql?
How do I find my mysql username and password?
How to see the create table statement of an existing table?
What is the use of mysqli_fetch_array?
How do I make an action query?
What is the use of mysqli_connect in php?
What is mysql workbench used for?
How do you select a table?
What's new in mysql 8?
What is the default port for MySQL Server?
What are the purposes of using enum and set data types?