Créez un index UNIQUE couvrant ces deux colonnes
CREATE
UNIQUE INDEX currency_date
ON yourTableName (CurrencyAbbreviation, DateOfCurrencyRate)
Créez un index UNIQUE couvrant ces deux colonnes
CREATE
UNIQUE INDEX currency_date
ON yourTableName (CurrencyAbbreviation, DateOfCurrencyRate)