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
Are stored procedures precompiled?
Why do we use group by and order by function in mysql?
What is the insert?
What is difference between statement and preparedstatement?
How to present a past time in hours, minutes and seconds?
Why myisam is faster than innodb?
what is the difference between between and in operators in mysql?
What is insert query in mysql?
What is difference between group by and order by clause?
How to Change a users password from unix shell.
Write a query to find duplicate rows in table?
Is mysql workbench a dbms?
What are queries used for?
What is tee command in mysql?
How to store values to array from mysql database in php?