What is the maximum length of a table name, a database name,
or a field name in MySQL?
Answer Posted / ismail
Database name: 64 characters,Table name: 64 characters,
Column name: 64 characters
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How to change a password for an existing user via mysqladmin?
How do I edit a table in mysql workbench?
How can you change the name of any existing table by using the sql statement?
What is select query in mysql?
How do you create a schema?
How to delete an existing column in a table?
How do I start mysql manually?
How can you create and drop view in mysql?
State the differences between mongodb and mysql.
How do I stop a mysql command?
What is the difference between primary key and candidate key?
How to create a trigger in mysql?
How do I change the max connections in mysql?
What is definer in mysql trigger?
What is MySQL?