What is the maximum length of a table name, a database name,
or a field name in MySQL?
Answers were Sorted based on User's Feedback
Answer / rajan vardawaj
Database name: 64 characters Table name: 64 characters
Column name: 64 characters
Is This Answer Correct ? | 34 Yes | 0 No |
Answer / ismail
Database name: 64 characters,Table name: 64 characters,
Column name: 64 characters
Is This Answer Correct ? | 10 Yes | 0 No |
how to take mysql database backup?
What is the datatype for password in mysql?
How do I find mysql version in mysql workbench?
Explain the difference between procedure and function in mysql?
what is a cursor? : Mysql dba
What is unique key in mysql?
What is data in mysql?
What causes mysql too many connections?
How to make a column bigger and delete unique from table.
What is the difference between heap table and temporary table?
What is full text indexing in mysql?
Is mysql free software?