A string representation is a textual form of a non-textual value (e.g. a number).
A string representation is a textual form of a non-textual value (e.g. a number).
For example, in PostgreSQL, a timestamp field can be represented as text using the to_char() function:
to_char(<timestamp field name>, 'YYYY-MM-DD HH24:00');