I am trying to determine the best way to record multiple facts about a coal plant over a span of 30 years. The plants are designated by Primary Key and each year is a field heading. Is it better to have one table for each characteristic with each table having 30 "year" columns(2002,2003,2004,etc.) Or is it better to have one table per year with the plant characteristics as field heading (Sulfure emissions, Nox emissions, CO2 emissions, etc.) I have about the same number of characteristics as I do years so it seems that I can choose to do it either way. I just wonder if there is a more "correct" way to handle this situation.