Title:
PostgreSQL:
Short Description:
The VARCHAR data type can store variable-length strings with no specified maximum length.
Content:
PostgreSQL:
- The
VARCHAR
data type can store variable-length strings with no specified maximum length. - The
TEXT
data 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