What is the maximum length of a table name, database name,
and fieldname in MySQL?
Answer Posted / sbreddy
tablename=64
databasename=64
fieldname=64
| Is This Answer Correct ? | 101 Yes | 12 No |
Post New Answer View All Answers
How to get the current date in mysql?
What is mysql database extension?
How do you create a schema?
What is relational database in mysql?
What data structure does mysql use?
How can you filter the duplicate data while retrieving records from the table?
Where is the mysql data directory?
What is a left join mysql?
How do I change the max connection in mysql?
What is the difference between the primary and unique key in mysql?
Does facebook still use mysql?
What does the file with the extension: frm, myd, and myi contain?
How do I automate a backup in mysql?
How to use regular expression in pattern match conditions?
What is the difference between MyISAM Static and MyISAM Dynamic?