Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Pulling out the records which are same in two records
record format is like this:
decimal(3) CUST_ID;
string(6) CUST_NAME;
string("
") ADDRESS;
same for two files;
and my records are
01 sidhu hyd
02 phani bng
03 hasnu che
04 azeem vtm
second file records are
01 sidhu che
02 phani bng
03 hasnu bng
04 azeem hyd
so I want now how to compare these two records and how can I get the file two record in my output by comparing these two files
Profile Answers by Azeemuddin2204 Questions by Azeemuddin2204
Questions by Azeemuddin2204
Related Answered Questions
Related Open Questions