Question { 40801 }
find the third highest salary?
Answer
Is This Answer Correct ? | 3 Yes | 3 No |
Question { Intelligroup, 7265 }
how to pass 2 variables from one form to other form
Answer
Is This Answer Correct ? | 10 Yes | 7 No |
write sql query following source are
EmpID, Salary
101 1000
102 2000
103 3000
I want the output format like following
empid,sal,composite_sal
101 1000 1000
102 2000 3000
103 3000 6000
Answer
Is This Answer Correct ? | 0 Yes | 1 No |