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 disable mysql?
What is a mysql model?
Explain % and _ inside like statement?
How can you calculate the sum of any column of a table?
How can I compare two mysql databases?
How do I download a mysql community server?
What are queries used for?
What is myisamchk?
How do I enable mysqli extension?
how to take mysql database backup?
What is user in mysql?
How to update info already in a table and delete a row(s) from a table.
How will show all records containing the name "sonia" and the phone number '9876543210'
What is the maximum size of mysql database?
How to create a table index in mysql?