Query: Delete all Currency rates that are not End of Year

Delete from [CurrencyRate] where not (Month([StartDate]) = 12 and Day([StartDate]) = 31) and [DBId] = 0