Hi,
I have 4 tables. all tables having common column(MapId).
MapId is primary key of one Master Table and Foreign key of below tables.how can i fetch the records from all table passing Mapid in where condition
ex:-
Table1 Table2 Table3 Table4
Id Id Id Id
MapId MapId MapId MapId
FirstName SecondName SurName FatherName
OutPut
FirstName SecondName SurName FatherName MapId
- - - - -
- - - - -
example for out put data
FirstName SecondName SurName FatherName MapId
ravi siva madala chenchai 500
krish nag kondra swamy 500
satish chitu talamalla sample 500
babu peci podili parlapa 500