Blog Details

img-159

PostgreSQL:

The VARCHAR data type can store variable-length strings with no specified maximum length.

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.

26