what is default length of Varchar data type ?
Answers
Answered by
0
Answer:
VARCHAR is a variable-length character data type. The default length is 80, and the maximum length is 65000 octets. For string values longer than 65000, use Long Data Types. Values can include trailing spaces.
Answered by
0
Answer:
Varchar is a variable character data type. The default length is 80.
Similar questions