Insert same data into same tables in oracle
Hi,
I would like to know is there a way to do the following requirement in oracle.
Let's assume that there are two identical tables as table_A & table_B.
If we add a record into table_A , same record needs to insert into table_B. And also, after adding the record to the table_A without commit if we rollback the insert query will it remove the record in table_B also?