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


Please Help Members By Posting Answers For Below Questions

all the queries used in sql

2154


What is innodb_buffer_pool_size?

469


Why do we need mysql?

527


table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases

794


How do I restore a mysql database?

542






Which datatype is used for email in mysql?

484


List the different types of normalization?

532


Write a query to select all teams that won either 1, 3, 5 or 7 games.

820


What is difference between mongodb and mysql?

467


Write a query to fetch duplicate records from a table using mysql?

503


how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...

1809


What is use command in mysql?

536


What is a trigger in mysql?

552


How do I create a stored procedure in mysql?

497


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

2166