Created
November 6, 2024 07:28
-
-
Save r1d3rzz/bed79ab07637c1bbd2f187cfedb0638d to your computer and use it in GitHub Desktop.
Calculate Interest Rate SQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRINCIPAL_AMOUNT*(INTEREST_RATE/100)/INT_BASIS*TERM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment