0 0 votes Databases gateforum-test-series databases sql + – Gupta731 1.8k views answer comment Share Follow Print See all 16 Comments 16 16 Comments reply Show 13 previous comments adarsh_1997 commented Nov 3, 2018 reply Follow flag u have disabled private message .check it again 0 0 replyShare Gupta731 commented Nov 3, 2018 reply Follow flag Now check 0 0 replyShare Shaik Masthan commented Nov 3, 2018 reply Follow flag What about the select statement, shouldn't it be SUM(subj1+subj2). select sum(subj1+subj2) means add subj1 and subj2 for every row ( each row gives one value) then finally apply sum on that. 1 1 replyShare Please log in or register to add a comment.