Hello to all,
I am a having trouble in querying one-to-many relationship. let me describe the scenario here. my table structure is like this.
Table A
A_IDF_NameM_NameL_Name
1ABC
2XYZ
Table B
B_IDA_IDCityStateZip
11xxxTN37013
21yyyTX37012
Now i want to select all the rows from Table A and only first respective row from Table B.
I appreciate all the help...