I have two tables and i want to add there row based on its name. I've search on net but I only found how to combine the total value or two tables and combine them. The result will be added on a table named Result
     Table 1               Table 2              Result
Name    |  Value         Name   | Value       Name  |  Value
Apple   |    2           Apple  |   4         Apple |    6
Orange  |    3           Orange |   2         Orange|    5
Thank you in advance
 
    