I have a table in a mysql database which contains exchange rates. Currently it is defined like this:
date | currency | rate
These rates use some base currency. Now I need to also store rates for another base currency. Is it better to create a separate table or use one table? What are the pros and cons of each method?

2011-07-20 | AUD | 30.0056 || 2011-07-20 | CAD | 29.4461– planetp Jul 19 '11 at 17:14