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
Is mysql a server or database?
Is mysql a free database?
What is limit in mysql?
How do I find mysql location?
How do I create a mysql username and password?
In how many ways we can retrieve data in the result set of mysql using php?
In which language mysql has been written?
What is a left join mysql?
Where is the mysql data directory?
What is mysql and why it is used?
How to create a trigger in mysql?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
What is the command used to create a database using php and mysql?
What tools available for managing mysql server?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?