0
I am a programmer and rarely use database, I came across an unusual situation of converting multiple files . DBF and save everything in the bank on their respective tables, however some files exceed more than 3 million records, as a programmer I tried to work using a code that picked up each record of a column of table A and compared with each one of a column of table B and said how many existed in table B, but the software hangs because of this absurd quantity, I Googled and found a remarkable guy named "JOIN", it would help me in my problem? There are 3 million in table A and another 3 million in table B, I need to automate this using the Oracle database, I need a query that automates this. Does anyone know? (That’s bad programmer who bad uses bank, I’m sorry)
I thought to do it this way, divide the data into parts, but just to confirm, the JOIN limited to a reasonable amount of records (not to crash) would work for what I am asking? As I said, I’m not there those things in Banco, JOIN I’ve known for a little while...
– Vinithius
I believe so because you will be consulting the records gradually. Try to do this.
– Tiago Davi