I need to join 3 tables (superseller, adexmart and generictable) and fetch following fields from above 3 tables:
1. url, price from table superseller, and
2. url, amount from table adexmart where
3. pid='somevale' from generictable
a. superseller table
url, price, id (fields)
b. adexmart table
url, mount, id (fields)
c. generictable table
pid, aid(reference from adexmart table), sid(reference from superseller table)