Room database with one-to-one relation

I have 2 Entities, Coin and CoinRevenue. Basically, coin holds the price in USD for some other currency. For example, Coin with symbol EUR with value of 1.0356 @Entity(tableName = "coin") data c...