Populating Dropdown Values

do you plan to have new values in the future ? one day your Unknown value could be split into 2,3 new values ? if , never.. I'll use an array, if maybe.. I'll use a table...

kad

It is very unlikely that the new values will be added. Performance wise which one is better?

Performance wise, the array will win because there is no DB access involved.