truncation

The process of discarding trailing characters from a string value, or discarding trailing digits from a number. Truncation can produce a warning or error in data type conversion, if the receiving data type has a smaller length or scale than the source data type. It can also cause rounding errors.

See also data type conversion, error, scale.