1
Answer

Query for Calculating Third Column and returning these values using two columns

Ramakrishna T

Ramakrishna T

12y
820
1
I need a Query for Calculating the Last Column Total Amount? Table format is as follows

Simply--> Basic Amount+Interest Amount=Total Amount

ID

Name

Basic Amount

Interest Amount

Total Amount

1

Ram

10000

2000

12000

2

Ravi

20000

4000

24000


Answers (1)