Managing "Global Constants" with a Database

Introduction There always comes a time while developing an application when a programmer has to introduce some “constants”. These may be Id’s, names, time intervals. The first action is to just put the literal constant where it’s needed first. Once the value of the constant is needed in additional places, a decision has to made: where to store the “constant”. The really bad answer would be to just reuse the