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 do I start mysql server?
How do I create a mysql username and password?
What is tee command in mysql?
Explain the difference between procedure and function in mysql?
How you will Show unique records.
What is the function of myisamchk?
Is sql similar to mysql?
How can you filter the duplicate data while retrieving records from the table?
What is procedures in mysql?
What is “i_am_a_dump” flag in mysql?
Can you rename a database in mysql?
What is mysql vs sql?
What are the functions used to encrypt and decrypt the data present in mysql?
What are federated tables?
Is postgresql better than mysql?