Title:
PostgreSQL:
Short Description:
The VARCHAR data type can store variable-length strings with no specified maximum length.
Content:
PostgreSQL:
- The
VARCHARdata type can store variable-length strings with no specified maximum length. - The
TEXTdata type is suitable for longer text and can store up to 1 GB of text data.
Posted at:
27-Nov-2023 at 08:37 PM