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
Do you need a license for mysql?
How to add a new column to an existing table in mysql?
What are triggers in mysql?
Write a query to fetch duplicate records from a table using mysql?
How to update a root password.
What is RMS Migrations
What is the usage of ENUMs in MySQL?
Is mysql free software?
How do I connect to a mysql database?
What are the 3 main types of search queries?
How to delete a database from mysql server.
Why do we use mysql?
What is the difference between mysql and oracle?
How to display nth highest salary from a table in a mysql query?
What is unsigned in mysql?