I'm wondering if it is possible to have a column that has the AVG value of the other columns of the same table.
For example:
Columns: ID 125Hz 250Hz 500Hz 750Hz 1000Hz 1500Hz 2000Hz 3000Hz 4000Hz 6000Hz 8000Hz AVG
Values: 1 92 82 63 83 32 43 54 56 54 34 54 50
Can it calculate the average of all the other columns and put the average value automatically on the AVG column? I am using PHPMyAdmin.