How big is varchar max?



How big is varchar max?..

Answer / Nidhi Gupta

The maximum length for a VARCHAR column in MySQL depends on the version, but typically it's around 65,535 characters. However, you can also set a smaller maximum length as needed using the syntax VARCHAR(n) where n is the number of characters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Will react hooks replace redux?

1 Answers  


Is md5() is breakable if yes than how?

1 Answers  


Tell me what does pear stands for?

1 Answers  


How to select a database?

1 Answers  


Explain about PHP filter and why it should be used?

1 Answers  


Does php support multiple inheritance?

1 Answers  


What is the purpose of the php empty function?

1 Answers  


What is a query in a database?

1 Answers  


What the use of var_dump()?

1 Answers  


What is the name of scripting engine in php?

1 Answers  


Explain what does the function get_magic_quotes_gpc() means?

1 Answers  


Tell me which function gives us the number of affected entries by a query?

1 Answers  


Categories