Mohammad Aman

Mohammad Aman

  • NA
  • 327
  • 70.4k

Write a single query in sql to calculate total salary

Oct 4 2016 2:34 AM
I want to write a single SQL Query to show the output just like :
 
Name                               Salary                                 Total 
Sonu                                 5000                                    5000
Monu                                10000                                  15000
Ramesh                            20000                                  35000
 
I am also attaching the image , but i need a single sql query 

Answers (2)