narasiman rao

narasiman rao

  • NA
  • 519
  • 745.6k

how to get the output using inner join query

Oct 20 2017 11:59 AM
 
 Employee table as follows


Empid  Empname       Deptid

1             Raj                1
2           Ram               2
3          Suresh          Null
4            Sam             3
5         Vignesh          2

Department table as follows

Deptid         Deptname

1                    HR
2                Accounts
3                 Sales


i want to get output using inner join Empname and Deptid using above two tables Employee and department table 

Answers (2)