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 |
Will react hooks replace redux?
Is md5() is breakable if yes than how?
Tell me what does pear stands for?
How to select a database?
Explain about PHP filter and why it should be used?
Does php support multiple inheritance?
What is the purpose of the php empty function?
What is a query in a database?
What the use of var_dump()?
What is the name of scripting engine in php?
Explain what does the function get_magic_quotes_gpc() means?
Tell me which function gives us the number of affected entries by a query?