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
What is the datatype for password in mysql?
How do I free up space in mysql?
What is int mysql?
How MySQL Optimizes DISTINCT?
What is the difference between primary key and candidate key?
What is federated tables in mysql?
When to use order by in delete statement?
Define REGEXP?
How to calculate the difference between two dates?
What is mysql and why it is used?
What are the common mysql functions?
How does select query work?
Write a query to display even rows in student table using mysql?
What is difference between mysql and mysql workbench?
What are procedures in mysql? Explain