What data type is used for lenghty text that can hold up to 65535 characters?

1 answer

Answer

1288500

2026-05-17 01:25

+ Follow

The data type commonly used for lengthy text that can hold up to 65,535 characters is called "TEXT" in SQL databases. This type is suitable for storing large amounts of text data, such as descriptions or articles. In some programming languages, a similar data type may be referred to as "string" or "long text."

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.