I have the following table structure for a table Player
Table Player { Long playerID; Long points; Long rank; }
Assuming that th
According to Normalization rules, rank should be evaluated at SELECT time.