When we create a table in MySQL with a VARCHAR
column, we have to set the length for it. But for TEXT
type we don’t have to provide the length.
What are the differences between VARCHAR
and TEXT
?
When we create a table in MySQL with a VARCHAR
column, we have to set the length for it. But for TEXT
type we don’t have to provide the length.
What are the differences between VARCHAR
and TEXT
?