What is the maximum length of a table name, a database name,
or a field name in MySQL?
Answer Posted / rajan vardawaj
Database name: 64 characters Table name: 64 characters
Column name: 64 characters
| Is This Answer Correct ? | 34 Yes | 0 No |
Post New Answer View All Answers
How do I zip a file in mysql?
Explain Access Control Lists.
What does mysql_query return?
What is the date format in mysql?
How to set the time zone for MySQL to particular country time?
What is new mysqli?
What you can use regular expression for in mysql? Support your answer with an example?
How can you increase the performance of mysql select query?
How to dump one database for backup.
How to display nth highest salary from a table in a mysql query?
What is orm in mysql?
What is a join in mysql?
How To see all the tables from a database of mysql server.
How to use 'mysql' to run sql statements?
Does mysql automatically index foreign keys?