If there are two columns in table, named column A and column B, Can we add one more column C to the table which would always have sum of A and B. If value of A or B is changed, the value of A + B should automaticaly get reflected in varlable C.
Please, let me know what are the ways in which this can be accomplished in DB2.