Computer Science, asked by kanishkak904, 5 months ago

length of character is always_______

Answers

Answered by Anonymous
2

Values in VARCHAR columns are variable-length strings. The length can be specified as a value from 0 to 65,535. The effective maximum length of a VARCHAR is subject to the maximum row size (65,535 bytes, which is shared among all columns) and the character set used.

Similar questions