Thank you!
Should I make 2 columns on the tblTrade or should I make a third Cross Table?
tblCurrencyPair
PK, Currency1, Currency2
1, USD, BTC
2, USD, CND
3, USD, CNY
If you believe I should do this Cross Table to generate the PK,
What is the right way to do it? To auto generate new PKs as...