I have two tables:
1) Customer Table 2) Custmer Email Table
what i want to get both email ids which have customerId=4. can I make a union and get my desire result like: **
cusromerId:4
EmailId: sumit.printzone@gmail.com
vinod.printzone@gmail.com
**