can any one tell how how can we select the data from two tables where
the two tables have common key fields say A , B , C.
some X field is there in first table say tab1.
some Y field is there in second table say tab2.
now i want all those entries for X and Y whose key fields in both the tables are equal.
that is tab1-A = tab2-A
tab1-B = tab2-B
tab1-A = tab2-C
can any one tell this.
thnks,
VAAS.