Is it possible to have a mysql database automatically fill a column based on the results from two other columns.
eg. Column 1: Points
Column 2: Matches
Column 3: Average
Is it possible to have the value in the 'Points' column divide by the value in the 'Matches' column and fill the result in the 'Average' column?
I know this can be done in php but was wondering if it's possible to have it done in the database?