If the maximum length of a field of type VARCHAR
is 65535 (ocupa 65KB)
, will it always occupy a space of 65KB
in the database for each line even if I put less text in it?
EXAMPLE: Does a VARCHAR(65000)
field occupy 65kb even if it is only filled with 200 characters and not 65,000? Or is the size dynamic?