specifies a varying-length column for character string data. n specifies the maximum length of the string. If n is greater than 254, the column is a long string column. DB2 imposes some restrictions ...
It is possible to determine which character features at a position within a string: wordOne[2] would give the answer "m" as "m" is the third character in the word “Computer” - remember computers ...