Hi ,
I have a table like below
tblProduct
ProductId
ProductName
tblCustomer
CustomerId
CustomerName
tblCustomerProduct
ID
ProductId
CustomerId
in my case one productId mapped to multiple customer. But i need to fetch product name with one customer (first Customer)