Hi,
this is my emp table
id name deptid
1 kot 4
2 viss 2
3 pra 1
4 ram 3
5 ramanji NULL
6 master NULL
7 siva NULL
this is my dept table
deptid name
1 audit
2 account
3 comp
4 it
NULL vig
i want to retrieve all empnames,deptnames
please help me