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 get last inserted id after insert data from a table in mysql?
How to display top 10 rows in mysql?
Where the database is stored in mysql?
What is the difference between the primary and unique key in mysql?
Is mongodb faster than mysql?
How many sql dml commands are supported by 'mysql'?
What is the difference between mysql and pdo?
What is heap table?
What is the command used to create a database using php and mysql?
How do I exit mysql?
What is the password of mysql?
What is default schema in mysql?
What is the latest version of mysql?
what is constraints?
Can we write pl sql mysql?