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 a longblob?
What is data type for image in mysql?
Write a program using the select statement, while loop.
What command is used to delete the data from the table without deleting the table structure?
Can not connect to mysql server 10060?
how to connect a php script with the mysql database?
What is mysql slow query?
How do I truncate all tables in mysql?
Where is the mysql config file?
What are numeric data types?
Is sql and mysql same?
How to rename an existing column in a table?
How to display nth highest salary from a table in a mysql query?
How to find second highest salary from a table?
How do I transfer data from one database to another in mysql?