Hi,
if 2 users having the AddressID in the Address table, but return result should only for any one user.
if only an user having AddressID in the Address table return result for that user who is having AddressID.
User
UserID UserName
1 babu
2 ram
3 krishna
4 leela
5 revathi
Address
AddressID UserID
100 1
101 2
102 3
103 5
104 1
105 3
Thanks in advance.