What is the maximum length of a table name, a database name,
or a field name in MySQL?
Answer Posted / ismail
Database name: 64 characters,Table name: 64 characters,
Column name: 64 characters
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is mysql architecture?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
How are mysql timestamps seen to a user?
What is select query in mysql?
How to show table structure mysql?
How do you know if your mysql server is alive?
What is clob in mysql
What is myisam?
write a command to view the content of the table
What is max connections in mysql?
How do I select a database in mysql workbench?
How many ways we can retrieve the date in result set of mysql using php?
How to store values to array from mysql database in php?
How many columns can a table have?
How do I run mysql?