Sounds like you need to learn SQL, more than you need to learn C#.
The following would do the calculation for you in the SQL itself, then you just use whatever method you are already using to get NDeposit to get both columns:
Code:
SELECT NormalDeposit.NDeposit, NormalDeposit.NDeposit * InterestRate.ND AS Total FROM NormalDeposit, InterestRate